Searched refs:getFunctionSymbol (Results 1 – 7 of 7) sorted by relevance
81 auto *initSym = obj->getFunctionSymbol(f.Symbol); in enqueueInitFunctions()199 auto *sym = file->getFunctionSymbol(f.Symbol); in isCallCtorsLive()
160 if (!getFunctionSymbol(reloc.Index)->hasTableIndex()) in calcNewValue()162 uint32_t index = getFunctionSymbol(reloc.Index)->getTableIndex(); in calcNewValue()194 return getFunctionSymbol(reloc.Index)->getFunctionIndex(); in calcNewValue()547 FunctionSymbol *ObjFile::getFunctionSymbol(uint32_t index) const { in getFunctionSymbol() function in lld::wasm::ObjFile
146 FunctionSymbol *getFunctionSymbol(uint32_t index) const;
1475 FunctionSymbol *sym = file->getFunctionSymbol(f.Symbol); in calculateInitFunctions()
203 std::string getFunctionSymbol(uint32_t id);
459 auto functionName = getFunctionSymbol(functionID); in processOp()
378 std::string fnName = getFunctionSymbol(fnID); in processFunction()517 std::string spirv::Deserializer::getFunctionSymbol(uint32_t id) { in getFunctionSymbol() function in spirv::Deserializer