Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp120 static cl::opt<std::string> ClReadSummary( variable
886 if (!ClReadSummary.empty()) { in runForTesting()
887 ExitOnError ExitOnErr("-wholeprogramdevirt-read-summary: " + ClReadSummary + in runForTesting()
890 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(ClReadSummary))); in runForTesting()
H A DLowerTypeTests.cpp110 static cl::opt<std::string> ClReadSummary( variable
1703 if (!ClReadSummary.empty()) { in runForTesting()
1704 ExitOnError ExitOnErr("-lowertypetests-read-summary: " + ClReadSummary + in runForTesting()
1707 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(ClReadSummary))); in runForTesting()