Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp111 static cl::opt<std::string> ClReadSummary( variable
1869 if (!ClReadSummary.empty()) { in runForTesting()
1870 ExitOnError ExitOnErr("-lowertypetests-read-summary: " + ClReadSummary + in runForTesting()
1873 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(ClReadSummary))); in runForTesting()
H A DWholeProgramDevirt.cpp128 static cl::opt<std::string> ClReadSummary( variable
976 if (!ClReadSummary.empty()) { in runForTesting()
977 ExitOnError ExitOnErr("-wholeprogramdevirt-read-summary: " + ClReadSummary + in runForTesting()
980 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(ClReadSummary))); in runForTesting()