Searched refs:WasmRelocation (Results 1 – 3 of 3) sorted by relevance
110 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section127 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;231 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
760 wasm::WasmRelocation Reloc = {}; in parseRelocSection()1478 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()1483 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()1493 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()1499 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()1552 const wasm::WasmRelocation &1557 const wasm::WasmRelocation &
165 struct WasmRelocation { struct