Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h128 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
229 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp1373 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()
1378 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()
1388 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()
1394 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()
1448 WasmObjectFile::getWasmRelocation(const RelocationRef &Ref) const { in getWasmRelocation() function in WasmObjectFile
1449 return getWasmRelocation(Ref.getRawDataRefImpl()); in getWasmRelocation()
1453 WasmObjectFile::getWasmRelocation(DataRefImpl Ref) const { in getWasmRelocation() function in WasmObjectFile
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp74 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp671 const wasm::WasmRelocation& Rel = Obj->getWasmRelocation(RelRef); in getRelocationValueString()