Home
last modified time | relevance | path

Searched refs:BaseSegment (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/test/DebugInfo/COFF/
H A Djump-table.ll124 ; CV-NEXT: BaseSegment: 0
135 ; CV-NEXT: BaseSegment: 0
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp489 error(IO.mapInteger(JumpTable.BaseSegment)); in visitKnownRecord()
H A DSymbolDumper.cpp664 W.printNumber("BaseSegment", JumpTable.BaseSegment); in visitKnownRecord()
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp599 IO.mapRequired("BaseSegment", Symbol.BaseSegment); in map()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h155 uint16_t BaseSegment = 0; variable
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp951 formatSegmentOffset(JumpTable.BaseSegment, JumpTable.BaseOffset), in visitKnownRecord()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1687 W.printNumber("BaseSegment", JumpTable.BaseSegment);