Searched refs:WasmRelocation (Results 1 – 6 of 6) sorted by relevance
53 struct WasmRelocation;91 using llvm::wasm::WasmRelocation;
117 std::vector<wasm::WasmRelocation> Relocations;136 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;247 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
47 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
1043 wasm::WasmRelocation Reloc = {}; in parseRelocSection()2059 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()2064 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()2074 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()2080 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()2137 const wasm::WasmRelocation &2142 const wasm::WasmRelocation &
88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
450 struct WasmRelocation { struct