Home
last modified time | relevance | path

Searched refs:WasmRelocation (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h53 struct WasmRelocation;
91 using llvm::wasm::WasmRelocation;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h117 std::vector<wasm::WasmRelocation> Relocations;
136 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
247 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
/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/lib/Object/
H A DWasmObjectFile.cpp1043 wasm::WasmRelocation Reloc = {}; in parseRelocSection()
2059 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()
2064 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()
2074 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()
2080 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()
2137 const wasm::WasmRelocation &
2142 const wasm::WasmRelocation &
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h450 struct WasmRelocation { struct