Searched refs:getFunctionSymbol (Results 1 – 4 of 4) sorted by relevance
81 auto *initSym = obj->getFunctionSymbol(f.Symbol); in enqueueInitFunctions()199 auto *sym = file->getFunctionSymbol(f.Symbol); in isCallCtorsLive()
162 if (!getFunctionSymbol(reloc.Index)->hasTableIndex()) in calcNewValue()164 uint32_t index = getFunctionSymbol(reloc.Index)->getTableIndex(); in calcNewValue()196 return getFunctionSymbol(reloc.Index)->getFunctionIndex(); in calcNewValue()549 FunctionSymbol *ObjFile::getFunctionSymbol(uint32_t index) const { in getFunctionSymbol() function in lld::wasm::ObjFile
148 FunctionSymbol *getFunctionSymbol(uint32_t index) const;
1500 FunctionSymbol *sym = file->getFunctionSymbol(f.Symbol); in calculateInitFunctions()