Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp116 static cl::opt<std::string> ClReadSummary( variable
748 if (!ClReadSummary.empty()) { in runForTesting()
749 ExitOnError ExitOnErr("-wholeprogramdevirt-read-summary: " + ClReadSummary + in runForTesting()
752 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(ClReadSummary))); in runForTesting()
DLowerTypeTests.cpp110 static cl::opt<std::string> ClReadSummary( variable
1672 if (!ClReadSummary.empty()) { in runForTesting()
1673 ExitOnError ExitOnErr("-lowertypetests-read-summary: " + ClReadSummary + in runForTesting()
1676 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(ClReadSummary))); in runForTesting()