Searched refs:WasmRelocation (Results 1 – 6 of 6) sorted by relevance
53 struct WasmRelocation;94 using llvm::wasm::WasmRelocation;
112 std::vector<wasm::WasmRelocation> Relocations;131 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;240 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
47 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
952 wasm::WasmRelocation Reloc = {}; in parseRelocSection()1856 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()1861 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()1871 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()1877 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()1934 const wasm::WasmRelocation &1939 const wasm::WasmRelocation &
386 struct WasmRelocation { struct
88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()