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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 43 static constexpr uint32_t RelocationOffset = 32;
51 return RecordOffset + RelocationOffset;
438 static constexpr uint32_t RelocationOffset = 8;
447 return RecordOffset + RelocationOffset;
459 static constexpr uint32_t RelocationOffset = 12;
468 return RecordOffset + RelocationOffset;
531 static constexpr uint32_t RelocationOffset = 8;
541 return RecordOffset + RelocationOffset;
602 static constexpr uint32_t RelocationOffset = 16;
610 return RecordOffset + RelocationOffset;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 52 uint32_t RelocationOffset);
81 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) {
84 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 263 uint64_t RelocationOffset = Relocation.getOffset();
265 if (RelocationOffset == Offset) {
334 uint64_t RelocationOffset = Relocation.getOffset();
335 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd)
ARMWinEHPrinter.cpp 234 uint64_t RelocationOffset = Relocation.getOffset();
235 if (RelocationOffset == Offset)

Completed in 78 milliseconds