Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp45 const RelocationRef &RelRef, in getWasmRelocationValueString() argument
47 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
48 symbol_iterator SI = RelRef.getSymbol(); in getWasmRelocationValueString()
H A DWasmDump.h27 const object::RelocationRef &RelRef,
H A DXCOFFDump.h35 const object::RelocationRef &RelRef,
H A DMachODump.h65 const object::RelocationRef &RelRef,
H A DELFDump.cpp91 const RelocationRef &RelRef, in getRelocationValueString() argument
94 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
128 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()
H A Dllvm-objdump.cpp562 static bool getHidden(RelocationRef RelRef) { in getHidden() argument
563 auto *MachO = dyn_cast<MachOObjectFile>(RelRef.getObject()); in getHidden()
568 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden()
H A DMachODump.cpp423 const RelocationRef &RelRef, in getMachORelocationValueString() argument
425 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getMachORelocationValueString()