Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp132 static cl::opt<std::string> ClReadSummary( variable
913 if (!ClReadSummary.empty()) { in runForTesting()
914 ExitOnError ExitOnErr("-wholeprogramdevirt-read-summary: " + ClReadSummary + in runForTesting()
917 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(ClReadSummary))); in runForTesting()
H A DLowerTypeTests.cpp111 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()