Searched refs:getFunctionSymbol (Results 1 – 5 of 5) sorted by relevance
82 auto *initSym = obj->getFunctionSymbol(f.Symbol); in enqueueInitFunctions()200 auto *sym = file->getFunctionSymbol(f.Symbol); in isCallCtorsLive()
220 if (!getFunctionSymbol(reloc.Index)->hasTableIndex()) in calcNewValue()222 uint32_t index = getFunctionSymbol(reloc.Index)->getTableIndex(); in calcNewValue()256 return getFunctionSymbol(reloc.Index)->getFunctionIndex(); in calcNewValue()436 FunctionSymbol *ObjFile::getFunctionSymbol(uint32_t index) const { in getFunctionSymbol() function in lld::wasm::ObjFile
146 FunctionSymbol *getFunctionSymbol(uint32_t index) const;
1180 FunctionSymbol *sym = file->getFunctionSymbol(f.Symbol); in calculateInitFunctions()
215 std::string getFunctionSymbol(uint32_t id);890 std::string fnName = getFunctionSymbol(operands[1]); in processFunction()1014 std::string Deserializer::getFunctionSymbol(uint32_t id) { in getFunctionSymbol() function in Deserializer2662 auto functionName = getFunctionSymbol(functionID); in processOp()