Searched refs:getWasmRelocation (Results 1 – 4 of 4) sorted by relevance
47 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
136 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;247 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
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()2138 WasmObjectFile::getWasmRelocation(const RelocationRef &Ref) const { in getWasmRelocation() function in WasmObjectFile2139 return getWasmRelocation(Ref.getRawDataRefImpl()); in getWasmRelocation()2143 WasmObjectFile::getWasmRelocation(DataRefImpl Ref) const { in getWasmRelocation() function in WasmObjectFile
88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()