Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h51 return RecordOffset + RelocationOffset; in getRelocationOffset()
447 return RecordOffset + RelocationOffset; in getRelocationOffset()
468 return RecordOffset + RelocationOffset; in getRelocationOffset()
541 return RecordOffset + RelocationOffset; in getRelocationOffset()
610 return RecordOffset + RelocationOffset; in getRelocationOffset()
633 return RecordOffset + RelocationOffset; in getRelocationOffset()
810 return RecordOffset + RelocationOffset; in getRelocationOffset()
831 return RecordOffset + RelocationOffset; in getRelocationOffset()
852 return RecordOffset + RelocationOffset; in getRelocationOffset()
945 return RecordOffset + RelocationOffset; in getRelocationOffset()
[all …]
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/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.cpp234 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local
235 if (RelocationOffset == Offset) in getRelocatedSymbol()