Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/
HDLLVM.h53 struct WasmRelocation;
94 using llvm::wasm::WasmRelocation;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDWasmDump.cpp47 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDWasm.h116 std::vector<wasm::WasmRelocation> Relocations;
135 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
246 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp1034 wasm::WasmRelocation Reloc = {}; in parseRelocSection()
2038 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()
2116 const wasm::WasmRelocation &
2121 const wasm::WasmRelocation &
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDWasmDumper.cpp88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDWasm.h433 struct WasmRelocation { struct