Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h42 static constexpr uint32_t RelocationOffset = 32; variable
50 return RecordOffset + RelocationOffset; in getRelocationOffset()
437 static constexpr uint32_t RelocationOffset = 8; variable
446 return RecordOffset + RelocationOffset; in getRelocationOffset()
458 static constexpr uint32_t RelocationOffset = 12; variable
467 return RecordOffset + RelocationOffset; in getRelocationOffset()
530 static constexpr uint32_t RelocationOffset = 8; variable
540 return RecordOffset + RelocationOffset; in getRelocationOffset()
601 static constexpr uint32_t RelocationOffset = 16; variable
609 return RecordOffset + RelocationOffset; in getRelocationOffset()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp50 uint32_t RelocationOffset);
79 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange() argument
82 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange()
/openbsd-src/gnu/llvm/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.cpp256 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local
257 if (RelocationOffset == Offset) in getRelocatedSymbol()