Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp47 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h135 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
246 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp2038 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()
2043 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()
2053 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()
2059 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()
2117 WasmObjectFile::getWasmRelocation(const RelocationRef &Ref) const { in getWasmRelocation() function in WasmObjectFile
2118 return getWasmRelocation(Ref.getRawDataRefImpl()); in getWasmRelocation()
2122 WasmObjectFile::getWasmRelocation(DataRefImpl Ref) const { in getWasmRelocation() function in WasmObjectFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()