Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp689 SummaryFile("summary-file", variable
743 if (SummaryFile.empty() && !Index) in runOnModule()
747 if (!SummaryFile.empty()) { in runOnModule()
752 getModuleSummaryIndexForFile(SummaryFile, Error, diagnosticHandler); in runOnModule()
754 errs() << "Error loading file '" << SummaryFile << "': " << Error in runOnModule()