Searched refs:ClWriteSummary (Results 1 – 2 of 2) sorted by relevance
126 static cl::opt<std::string> ClWriteSummary( variable917 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()
115 static cl::opt<std::string> ClWriteSummary( variable1727 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()