Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp483 const RelocationRef &RelRef, in getRelocationValueString() argument
490 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
529 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()
669 const RelocationRef &RelRef, in getRelocationValueString() argument
671 const wasm::WasmRelocation& Rel = Obj->getWasmRelocation(RelRef); in getRelocationValueString()
672 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()
693 const RelocationRef &RelRef, in getRelocationValueString() argument
695 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
885 static bool getHidden(RelocationRef RelRef) { in getHidden() argument
886 auto *MachO = dyn_cast<MachOObjectFile>(RelRef.getObject()); in getHidden()
[all …]