Searched refs:WasmRelocation (Results 1 – 6 of 6) sorted by relevance
54 struct WasmRelocation;95 using llvm::wasm::WasmRelocation;
34 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
114 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section131 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;240 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
857 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 &
177 struct WasmRelocation { struct
88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()