Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp108 Header.RelocSegment = RelocSegment; in commit()
151 RelocSegment = Segment; in setRelocationAddress()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h92 uint32_t RelocSegment; member
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp852 uint16_t Segment = Lines.header()->RelocSegment; in dumpLines()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1211 m_index->MakeVirtualAddress(lfh->RelocSegment, lfh->RelocOffset); in ParseLineTable()