Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp126 static cl::opt<std::string> ClWriteSummary( variable
917 if (!ClWriteSummary.empty()) { in runForTesting()
919 "-wholeprogramdevirt-write-summary: " + ClWriteSummary + ": "); in runForTesting()
921 if (StringRef(ClWriteSummary).endswith(".bc")) { in runForTesting()
922 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_None); in runForTesting()
926 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()
H A DLowerTypeTests.cpp115 static cl::opt<std::string> ClWriteSummary( variable
1727 if (!ClWriteSummary.empty()) { in runForTesting()
1728 ExitOnError ExitOnErr("-lowertypetests-write-summary: " + ClWriteSummary + in runForTesting()
1731 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()