Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DWasmDump.cpp34 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h129 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
237 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1776 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()
1781 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()
1791 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()
1797 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()
1855 WasmObjectFile::getWasmRelocation(const RelocationRef &Ref) const { in getWasmRelocation() function in WasmObjectFile
1856 return getWasmRelocation(Ref.getRawDataRefImpl()); in getWasmRelocation()
1860 WasmObjectFile::getWasmRelocation(DataRefImpl Ref) const { in getWasmRelocation() function in WasmObjectFile
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()