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.h35 support::ulittle16_t RelocSegment; // Code segment of line contribution. member
142 uint16_t RelocSegment = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp481 uint32_t RelocSegment = Lines.header()->RelocSegment; in findLineTable() local
496 Session.getVAFromSectOffset(RelocSegment, RelocOffset); in findLineTable()
504 Session.getVAFromSectOffset(RelocSegment, RelocOffset + LN.Offset); in findLineTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h93 uint32_t RelocSegment; member
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp773 uint16_t Segment = Lines.header()->RelocSegment; in traverseSymbolSection()
1074 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.cpp1211 m_index->MakeVirtualAddress(lfh->RelocSegment, lfh->RelocOffset); in ParseLineTable()