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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp108 Header.RelocSegment = RelocSegment;
151 RelocSegment = Segment;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h33 support::ulittle16_t RelocSegment; // Code segment of line contribution. member in struct:llvm::codeview::LineFragmentHeader
140 uint16_t RelocSegment = 0; member in class:llvm::codeview::final
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h92 uint32_t RelocSegment; member in struct:llvm::CodeViewYAML::SourceLineInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp456 uint32_t RelocSegment = Lines.header()->RelocSegment; local
471 Session.getVAFromSectOffset(RelocSegment, RelocOffset + LN.Offset);
484 RelocSegment, RelocOffset + Lines.header()->CodeSize);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp330 IO.mapRequired("RelocSegment", Lines.RelocSegment);
419 Result->setRelocationAddress(Lines.RelocSegment, Lines.RelocOffset);
587 Result->Lines.RelocSegment = Lines.header()->RelocSegment;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1091 m_index->MakeVirtualAddress(lfh->RelocSegment, lfh->RelocOffset);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp956 uint16_t Segment = Lines.header()->RelocSegment;

Completed in 115 milliseconds