Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h51 return RecordOffset + RelocationOffset; in getRelocationOffset()
445 return RecordOffset + RelocationOffset; in getRelocationOffset()
466 return RecordOffset + RelocationOffset; in getRelocationOffset()
535 return RecordOffset + RelocationOffset; in getRelocationOffset()
604 return RecordOffset + RelocationOffset; in getRelocationOffset()
627 return RecordOffset + RelocationOffset; in getRelocationOffset()
804 return RecordOffset + RelocationOffset; in getRelocationOffset()
825 return RecordOffset + RelocationOffset; in getRelocationOffset()
846 return RecordOffset + RelocationOffset; in getRelocationOffset()
939 return RecordOffset + RelocationOffset; in getRelocationOffset()
[all …]
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp53 uint32_t RelocationOffset);
82 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange() argument
85 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp261 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local
263 if (RelocationOffset == Offset) { in resolveSymbol()
332 uint64_t RelocationOffset = Relocation.getOffset(); in printBinaryBlockWithRelocs() local
333 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
H A DARMWinEHPrinter.cpp246 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local
247 if (RelocationOffset == Offset) in getRelocatedSymbol()