Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h50 return RecordOffset + RelocationOffset; in getRelocationOffset()
467 return RecordOffset + RelocationOffset; in getRelocationOffset()
488 return RecordOffset + RelocationOffset; in getRelocationOffset()
561 return RecordOffset + RelocationOffset; in getRelocationOffset()
630 return RecordOffset + RelocationOffset; in getRelocationOffset()
653 return RecordOffset + RelocationOffset; in getRelocationOffset()
830 return RecordOffset + RelocationOffset; in getRelocationOffset()
851 return RecordOffset + RelocationOffset; in getRelocationOffset()
872 return RecordOffset + RelocationOffset; in getRelocationOffset()
965 return RecordOffset + RelocationOffset; in getRelocationOffset()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/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.cpp257 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local
258 if (RelocationOffset == Offset) in getRelocatedSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp187 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local
189 if (RelocationOffset == Offset) { in resolveSymbol()
H A DLVCodeViewVisitor.cpp709 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange() argument
712 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h149 uint32_t RelocationOffset);