Home
last modified time | relevance | path

Searched refs:RelocationOffset (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h43 static constexpr uint32_t RelocationOffset = 32; variable
51 return RecordOffset + RelocationOffset; in getRelocationOffset()
438 static constexpr uint32_t RelocationOffset = 8; variable
447 return RecordOffset + RelocationOffset; in getRelocationOffset()
459 static constexpr uint32_t RelocationOffset = 12; variable
468 return RecordOffset + RelocationOffset; in getRelocationOffset()
531 static constexpr uint32_t RelocationOffset = 8; variable
541 return RecordOffset + RelocationOffset; in getRelocationOffset()
602 static constexpr uint32_t RelocationOffset = 16; variable
610 return RecordOffset + RelocationOffset; in getRelocationOffset()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp52 uint32_t RelocationOffset);
81 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange() argument
84 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp263 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local
265 if (RelocationOffset == Offset) { in resolveSymbol()
334 uint64_t RelocationOffset = Relocation.getOffset(); in printBinaryBlockWithRelocs() local
335 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
H A DARMWinEHPrinter.cpp234 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local
235 if (RelocationOffset == Offset) in getRelocatedSymbol()