Searched refs:ClWriteSummary (Results 1 – 2 of 2) sorted by relevance
138 static cl::opt<std::string> ClWriteSummary( variable938 if (!ClWriteSummary.empty()) { in runForTesting()940 "-wholeprogramdevirt-write-summary: " + ClWriteSummary + ": "); in runForTesting()942 if (StringRef(ClWriteSummary).endswith(".bc")) { in runForTesting()943 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_None); in runForTesting()947 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()
116 static cl::opt<std::string> ClWriteSummary( variable1743 if (!ClWriteSummary.empty()) { in runForTesting()1744 ExitOnError ExitOnErr("-lowertypetests-write-summary: " + ClWriteSummary + in runForTesting()1747 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()