Searched refs:getDefinedFunction (Results 1 – 2 of 2) sorted by relevance
241 wasm::WasmFunction &getDefinedFunction(uint32_t Index);242 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;
564 wasm::WasmFunction &F = getDefinedFunction(Index); in parseNameSection()943 if (getDefinedFunction(Index).Comdat != UINT32_MAX) in parseLinkingSectionComdat()946 getDefinedFunction(Index).Comdat = ComdatIndex; in parseLinkingSectionComdat()1462 getDefinedFunction(Ex.Index).ExportName = Ex.Name; in parseExportSection()1577 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction() function in WasmObjectFile1583 WasmObjectFile::getDefinedFunction(uint32_t Index) const { in getDefinedFunction() function in WasmObjectFile1856 return getDefinedFunction(Sym.Info.ElementIndex).CodeSectionOffset + in getSymbolAddress()