Home
last modified time | relevance | path

Searched refs:getWasmRelocation (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DWasmDump.cpp34 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h129 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
237 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp1784 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()
1789 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()
1799 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()
1805 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()
1863 WasmObjectFile::getWasmRelocation(const RelocationRef &Ref) const { in getWasmRelocation() function in WasmObjectFile
1864 return getWasmRelocation(Ref.getRawDataRefImpl()); in getWasmRelocation()
1868 WasmObjectFile::getWasmRelocation(DataRefImpl Ref) const { in getWasmRelocation() function in WasmObjectFile
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()