Home
last modified time | relevance | path

Searched defs:BytesRemaining (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.h29 mach_vm_address_t BytesRemaining(mach_vm_address_t addr) const { in BytesRemaining() function
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp289 auto BytesRemaining = LC.Data.load_command_data.cmdsize - BytesWritten; in writeLoadCommands() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp268 size_t BytesRemaining = Size - BytesToWrite; in write() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp760 uint64_t BytesRemaining = DebugLineData.size() - DebugLineOffset; in parse() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp96 unsigned BytesRemaining = S.getSize(); in dumpSectionMemory() local