Home
last modified time | relevance | path

Searched refs:RelocSegment (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp108 Header.RelocSegment = RelocSegment; in commit()
151 RelocSegment = Segment; in setRelocationAddress()
/llvm-project/lld/test/COFF/
H A Dpdb-source-lines.test46 CHECK-NEXT: RelocSegment: 1
71 CHECK-NEXT: RelocSegment: 1
106 CHECK-NEXT: RelocSegment: 1
H A Dsort-debug.test79 RelocSegment: 0
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h34 support::ulittle16_t RelocSegment; // Code segment of line contribution. member
141 uint16_t RelocSegment = 0; variable
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp481 uint32_t RelocSegment = Lines.header()->RelocSegment; in findLineTable()
496 Session.getVAFromSectOffset(RelocSegment, RelocOffset); in findLineTable()
504 Session.getVAFromSectOffset(RelocSegment, RelocOffset + LN.Offset); in findLineTable()
477 uint32_t RelocSegment = Lines.header()->RelocSegment; findLineTable() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h92 uint32_t RelocSegment; member
/llvm-project/llvm/test/DebugInfo/PDB/
H A Dpdbdump-debug-subsections.test44 YAML-NEXT: RelocSegment: 1
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp328 IO.mapRequired("RelocSegment", Lines.RelocSegment); in map()
417 Result->setRelocationAddress(Lines.RelocSegment, Lines.RelocOffset); in toCodeViewSubsection()
585 Result->Lines.RelocSegment = Lines.header()->RelocSegment; in fromCodeViewSubsection()
/llvm-project/lldb/test/Shell/ObjectFile/PDB/
H A Dobject.test71 RelocSegment: 1
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp774 uint16_t Segment = Lines.header()->RelocSegment; in traverseSymbolSection()
1075 uint16_t Segment = Lines.header()->RelocSegment; in createScopes()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp853 uint16_t Segment = Lines.header()->RelocSegment; in dumpLines()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1210 m_index->MakeVirtualAddress(lfh->RelocSegment, lfh->RelocOffset); in ParseLineTable()