Searched refs:WasmRelocation (Results 1 – 6 of 6) sorted by relevance
105 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section122 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef& Ref) const;215 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
599 wasm::WasmRelocation Reloc = {}; in parseRelocSection()1226 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()1231 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()1241 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()1247 const wasm::WasmRelocation& Rel = getWasmRelocation(Ref); in getRelocationTypeName()1300 const wasm::WasmRelocation &1305 const wasm::WasmRelocation &
135 struct WasmRelocation { struct
81 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
293 for (const wasm::WasmRelocation &Reloc: WasmSec.Relocations) { in dump()
635 const wasm::WasmRelocation& Rel = Obj->getWasmRelocation(RelRef); in getRelocationValueString()