Home
last modified time | relevance | path

Searched refs:SummaryFile (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp126 SummaryFile("summary-file", variable
1033 if (SummaryFile.empty()) in doImportingForModule()
1036 getModuleSummaryIndexForFile(SummaryFile); in doImportingForModule()
1039 "Error loading file '" + SummaryFile + "': "); in doImportingForModule()