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 DELFDump.cpp98 const RelocationRef &RelRef, in getRelocationValueString() argument
101 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
135 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()
H A DMachODump.h65 const object::RelocationRef &RelRef,
H A Dllvm-objdump.cpp561 static bool getHidden(RelocationRef RelRef) { in getHidden() argument
562 auto *MachO = dyn_cast<MachOObjectFile>(RelRef.getObject()); in getHidden()
567 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden()
H A DMachODump.cpp419 const RelocationRef &RelRef, in getMachORelocationValueString() argument
421 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getMachORelocationValueString()