HomeSort by: relevance | last modified time | path
    Searched refs:RelocSegment (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugLinesSubsection.cpp 108 Header.RelocSegment = RelocSegment;
151 RelocSegment = Segment;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 33 support::ulittle16_t RelocSegment; // Code segment of line contribution.
140 uint16_t RelocSegment = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 92 uint32_t RelocSegment;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
SymbolCache.cpp 472 uint32_t RelocSegment = Lines.header()->RelocSegment;
487 Session.getVAFromSectOffset(RelocSegment, RelocOffset);
495 Session.getVAFromSectOffset(RelocSegment, RelocOffset + LN.Offset);
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 330 IO.mapRequired("RelocSegment", Lines.RelocSegment);
419 Result->setRelocationAddress(Lines.RelocSegment, Lines.RelocOffset);
587 Result->Lines.RelocSegment = Lines.header()->RelocSegment;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp 952 uint16_t Segment = Lines.header()->RelocSegment;

Completed in 120 milliseconds