Searched refs:getWasmRelocation (Results 1 – 4 of 4) sorted by relevance
128 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;229 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
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()1448 WasmObjectFile::getWasmRelocation(const RelocationRef &Ref) const { in getWasmRelocation() function in WasmObjectFile1449 return getWasmRelocation(Ref.getRawDataRefImpl()); in getWasmRelocation()1453 WasmObjectFile::getWasmRelocation(DataRefImpl Ref) const { in getWasmRelocation() function in WasmObjectFile
74 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
671 const wasm::WasmRelocation& Rel = Obj->getWasmRelocation(RelRef); in getRelocationValueString()