Searched refs:RelRef (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | WasmDump.cpp | 45 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 D | WasmDump.h | 27 const object::RelocationRef &RelRef,
|
H A D | XCOFFDump.h | 35 const object::RelocationRef &RelRef,
|
H A D | ELFDump.cpp | 90 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 D | MachODump.h | 65 const object::RelocationRef &RelRef,
|
H A D | llvm-objdump.cpp | 563 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 D | MachODump.cpp | 423 const RelocationRef &RelRef, in getMachORelocationValueString() argument 425 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getMachORelocationValueString()
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 2133 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
|