Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp108 Header.RelocSegment = RelocSegment; in commit()
151 RelocSegment = Segment; in setRelocationAddress()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp108 Header.RelocSegment = RelocSegment; in commit()
151 RelocSegment = Segment; in setRelocationAddress()
/external/llvm-project/lld/test/COFF/
Dpdb-source-lines.test46 CHECK-NEXT: RelocSegment: 1
71 CHECK-NEXT: RelocSegment: 1
106 CHECK-NEXT: RelocSegment: 1
Dsort-debug.test73 RelocSegment: 0
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h33 support::ulittle16_t RelocSegment; // Code segment of line contribution. member
140 uint16_t RelocSegment = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h33 support::ulittle16_t RelocSegment; // Code segment of line contribution. member
140 uint16_t RelocSegment = 0; variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DModuleSubstream.h31 support::ulittle16_t RelocSegment; // Code segment of line contribution. member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h92 uint32_t RelocSegment; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h92 uint32_t RelocSegment; member
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp471 uint32_t RelocSegment = Lines.header()->RelocSegment; in findLineTable() local
486 Session.getVAFromSectOffset(RelocSegment, RelocOffset + LN.Offset); in findLineTable()
499 RelocSegment, RelocOffset + Lines.header()->CodeSize); in findLineTable()
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-debug-subsections.test44 YAML-NEXT: RelocSegment: 1
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp330 IO.mapRequired("RelocSegment", Lines.RelocSegment); in map()
419 Result->setRelocationAddress(Lines.RelocSegment, Lines.RelocOffset); in toCodeViewSubsection()
587 Result->Lines.RelocSegment = Lines.header()->RelocSegment; in fromCodeViewSubsection()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp330 IO.mapRequired("RelocSegment", Lines.RelocSegment); in map()
419 Result->setRelocationAddress(Lines.RelocSegment, Lines.RelocOffset); in toCodeViewSubsection()
587 Result->Lines.RelocSegment = Lines.header()->RelocSegment; in fromCodeViewSubsection()
/external/llvm-project/lldb/test/Shell/ObjectFile/PDB/
Dobject.test71 RelocSegment: 1
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp1075 m_index->MakeVirtualAddress(lfh->RelocSegment, lfh->RelocOffset); in ParseLineTable()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp956 uint16_t Segment = Lines.header()->RelocSegment; in dumpLines()