Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp108 Header.RelocSegment = RelocSegment; in commit()
151 RelocSegment = Segment; in setRelocationAddress()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp477 uint32_t RelocSegment = Lines.header()->RelocSegment; in findLineTable() local
492 Session.getVAFromSectOffset(RelocSegment, RelocOffset); in findLineTable()
500 Session.getVAFromSectOffset(RelocSegment, RelocOffset + LN.Offset); in findLineTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h92 uint32_t RelocSegment; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A 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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp779 uint16_t Segment = Lines.header()->RelocSegment; in traverseSymbolSection()
1080 uint16_t Segment = Lines.header()->RelocSegment; in createScopes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp853 uint16_t Segment = Lines.header()->RelocSegment; in dumpLines()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1214 m_index->MakeVirtualAddress(lfh->RelocSegment, lfh->RelocOffset); in ParseLineTable()