Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp341 SummaryFile("summary-file", variable
393 if (SummaryFile.empty() && !Index) in runOnModule()
397 if (!SummaryFile.empty()) { in runOnModule()
401 IndexPtr = getFunctionIndexForFile(SummaryFile, Error, diagnosticHandler); in runOnModule()
403 errs() << "Error loading file '" << SummaryFile << "': " << Error in runOnModule()