Home
last modified time | relevance | path

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

/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.cpp90 const RelocationRef &RelRef, in getRelocationValueString()
93 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
127 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()
91 getRelocationValueString(const ELFObjectFile<ELFT> * Obj,const RelocationRef & RelRef,SmallVectorImpl<char> & Result) getRelocationValueString() argument
H A DMachODump.h65 const object::RelocationRef &RelRef,
H A Dllvm-objdump.cpp563 static bool getHidden(RelocationRef RelRef) { in getHidden()
564 auto *MachO = dyn_cast<MachOObjectFile>(RelRef.getObject()); in getHidden()
569 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden()
562 getHidden(RelocationRef RelRef) getHidden() argument
H A DMachODump.cpp423 const RelocationRef &RelRef, in getMachORelocationValueString() argument
425 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getMachORelocationValueString()
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2133 const RelocationRef &RelRef) { in analyzeRelocation()
2138 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in analyzeRelocation()
2162 const RelocationRef &RelRef) { in analyzeRelocation()
2166 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in analyzeRelocation()
2073 getRelocationAddend(const ELFObjectFile<ELFT> * Obj,const RelocationRef & RelRef) getRelocationAddend() argument
2102 getRelocationSymbol(const ELFObjectFile<ELFT> * Obj,const RelocationRef & RelRef) getRelocationSymbol() argument