Searched refs:getWasmRelocation (Results 1 – 4 of 4) sorted by relevance
34 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
131 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;240 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
1699 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()1704 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()1714 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()1720 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()1778 WasmObjectFile::getWasmRelocation(const RelocationRef &Ref) const { in getWasmRelocation() function in WasmObjectFile1779 return getWasmRelocation(Ref.getRawDataRefImpl()); in getWasmRelocation()1783 WasmObjectFile::getWasmRelocation(DataRefImpl Ref) const { in getWasmRelocation() function in WasmObjectFile
88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()