Searched refs:WasmRelocation (Results 1 – 6 of 6) sorted by relevance
51 struct WasmRelocation;86 using llvm::wasm::WasmRelocation;
111 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section128 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;229 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
686 wasm::WasmRelocation Reloc = {}; in parseRelocSection()1373 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()1378 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()1388 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()1394 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()1447 const wasm::WasmRelocation &1452 const wasm::WasmRelocation &
152 struct WasmRelocation { struct
74 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
671 const wasm::WasmRelocation& Rel = Obj->getWasmRelocation(RelRef); in getRelocationValueString()