Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DWasmDump.cpp32 const RelocationRef &RelRef, in getWasmRelocationValueString() argument
34 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
35 symbol_iterator SI = RelRef.getSymbol(); in getWasmRelocationValueString()
H A DWasmDump.h27 const object::RelocationRef &RelRef,
H A DXCOFFDump.h29 const object::RelocationRef &RelRef,
H A DELFDump.cpp57 const RelocationRef &RelRef, in getRelocationValueString() argument
60 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
90 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()
H A DMachODump.h59 const object::RelocationRef &RelRef,
H A Dllvm-objdump.cpp397 static bool getHidden(RelocationRef RelRef) { in getHidden() argument
398 auto *MachO = dyn_cast<MachOObjectFile>(RelRef.getObject()); in getHidden()
403 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden()
H A DMachODump.cpp430 const RelocationRef &RelRef, in getMachORelocationValueString() argument
432 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getMachORelocationValueString()