Home
last modified time | relevance | path

Searched refs:ISectStart (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp341 formatSegmentOffset(Range.ISectStart, Range.OffsetStart), in formatRange()
613 formatSegmentOffset(DefRangeRegister.Range.ISectStart, in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp31 error(IO.mapInteger(Range.ISectStart)); in mapLocalVariableAddrRange()
H A DSymbolDumper.cpp86 W.printHex("ISectStart", Range.ISectStart); in printLocalVariableAddrRange()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp211 io.mapRequired("ISectStart", Range.ISectStart); in mapping()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp34 index.MakeVirtualAddress(range.ISectStart, range.OffsetStart); in MakeRangeList()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h425 uint16_t ISectStart = 0; member