Searched refs:WasmRelocation (Results 1 – 6 of 6) sorted by relevance
53 struct WasmRelocation;94 using llvm::wasm::WasmRelocation;
116 std::vector<wasm::WasmRelocation> Relocations;135 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;246 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
47 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
1034 wasm::WasmRelocation Reloc = {}; in parseRelocSection()2038 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()2043 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()2053 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()2059 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()2116 const wasm::WasmRelocation &2121 const wasm::WasmRelocation &
88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
433 struct WasmRelocation { struct