Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h43 static constexpr uint32_t RelocationOffset = 32; variable
51 return RecordOffset + RelocationOffset; in getRelocationOffset()
470 static constexpr uint32_t RelocationOffset = 8; variable
479 return RecordOffset + RelocationOffset; in getRelocationOffset()
491 static constexpr uint32_t RelocationOffset = 12; variable
500 return RecordOffset + RelocationOffset; in getRelocationOffset()
563 static constexpr uint32_t RelocationOffset = 8; variable
573 return RecordOffset + RelocationOffset; in getRelocationOffset()
634 static constexpr uint32_t RelocationOffset = 16; variable
642 return RecordOffset + RelocationOffset; in getRelocationOffset()
[all …]
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp265 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local
267 if (RelocationOffset == Offset) { in resolveSymbol()
336 uint64_t RelocationOffset = Relocation.getOffset(); in printBinaryBlockWithRelocs() local
337 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
H A DARMWinEHPrinter.cpp258 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local
259 if (RelocationOffset == Offset) in getRelocatedSymbol()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp182 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local
184 if (RelocationOffset == Offset) { in resolveSymbol()
H A DLVCodeViewVisitor.cpp696 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange() argument
699 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h149 uint32_t RelocationOffset);