Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp109 Header.RelocSegment = RelocSegment; in commit()
152 RelocSegment = Segment; in setRelocationAddress()
/freebsd-12.1/contrib/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-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h93 uint32_t RelocSegment; member
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp331 IO.mapRequired("RelocSegment", Lines.RelocSegment); in map()
420 Result->setRelocationAddress(Lines.RelocSegment, Lines.RelocOffset); in toCodeViewSubsection()
588 Result->Lines.RelocSegment = Lines.header()->RelocSegment; in fromCodeViewSubsection()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1062 m_index->MakeVirtualAddress(lfh->RelocSegment, lfh->RelocOffset); in ParseLineTable()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp881 uint16_t Segment = Lines.header()->RelocSegment; in dumpLines()