Searched refs:getDefinedFunction (Results 1 – 2 of 2) sorted by relevance
240 wasm::WasmFunction &getDefinedFunction(uint32_t Index);241 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;
554 wasm::WasmFunction &F = getDefinedFunction(Index); in parseNameSection()933 if (getDefinedFunction(Index).Comdat != UINT32_MAX) in parseLinkingSectionComdat()936 getDefinedFunction(Index).Comdat = ComdatIndex; in parseLinkingSectionComdat()1451 getDefinedFunction(Ex.Index).ExportName = Ex.Name; in parseExportSection()1564 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction() function in WasmObjectFile1570 WasmObjectFile::getDefinedFunction(uint32_t Index) const { in getDefinedFunction() function in WasmObjectFile1835 return getDefinedFunction(Sym.Info.ElementIndex).CodeSectionOffset + in getSymbolAddress()