Home
last modified time | relevance | path

Searched refs:CalledFunctionName (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp168 auto CalledFunctionName = Worklist.pop_back_val(); in GetImportList() local
170 << CalledFunctionName << "\n"); in GetImportList()
173 auto InfoList = Index.findFunctionInfoList(CalledFunctionName); in GetImportList()
176 << CalledFunctionName << " Ignoring.\n"); in GetImportList()
189 << ": Missing summary for " << CalledFunctionName in GetImportList()
196 << CalledFunctionName << " with " << Summary->instCount() in GetImportList()
204 << CalledFunctionName << " from " << ModuleIdentifier << "\n"); in GetImportList()
209 GlobalValue *SGV = SrcModule.getNamedValue(CalledFunctionName); in GetImportList()
218 CalledFunctionName.split(".llvm."); in GetImportList()
223 report_fatal_error(Twine("Can't load function '") + CalledFunctionName + in GetImportList()
[all …]