Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h54 struct WasmRelocation;
95 using llvm::wasm::WasmRelocation;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp34 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h114 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section
131 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
240 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp857 wasm::WasmRelocation Reloc = {}; in parseRelocSection()
1699 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()
1704 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()
1714 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()
1720 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()
1777 const wasm::WasmRelocation &
1782 const wasm::WasmRelocation &
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h177 struct WasmRelocation { struct
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()