Searched refs:ClWriteSummary (Results 1 – 2 of 2) sorted by relevance
134 static cl::opt<std::string> ClWriteSummary( variable1002 if (!ClWriteSummary.empty()) { in runForTesting()1004 "-wholeprogramdevirt-write-summary: " + ClWriteSummary + ": "); in runForTesting()1006 if (StringRef(ClWriteSummary).ends_with(".bc")) { in runForTesting()1007 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_None); in runForTesting()1011 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()
116 static cl::opt<std::string> ClWriteSummary( variable1888 if (!ClWriteSummary.empty()) { in runForTesting()1889 ExitOnError ExitOnErr("-lowertypetests-write-summary: " + ClWriteSummary + in runForTesting()1892 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()