Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DWasmDump.cpp34 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h131 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
240 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1698 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()
1703 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()
1713 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()
1719 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()
1777 WasmObjectFile::getWasmRelocation(const RelocationRef &Ref) const { in getWasmRelocation() function in WasmObjectFile
1778 return getWasmRelocation(Ref.getRawDataRefImpl()); in getWasmRelocation()
1782 WasmObjectFile::getWasmRelocation(DataRefImpl Ref) const { in getWasmRelocation() function in WasmObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()