Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp126 static cl::opt<std::string> ClWriteSummary( variable
912 if (!ClWriteSummary.empty()) { in runForTesting()
914 "-wholeprogramdevirt-write-summary: " + ClWriteSummary + ": "); in runForTesting()
916 if (StringRef(ClWriteSummary).endswith(".bc")) { in runForTesting()
917 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_None); in runForTesting()
921 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()
H A DLowerTypeTests.cpp115 static cl::opt<std::string> ClWriteSummary( variable
1721 if (!ClWriteSummary.empty()) { in runForTesting()
1722 ExitOnError ExitOnErr("-lowertypetests-write-summary: " + ClWriteSummary + in runForTesting()
1725 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()