Searched refs:ClWriteSummary (Results 1 – 2 of 2) sorted by relevance
133 static cl::opt<std::string> ClWriteSummary( variable1033 if (!ClWriteSummary.empty()) { in runForTesting()1035 "-wholeprogramdevirt-write-summary: " + ClWriteSummary + ": "); in runForTesting()1037 if (StringRef(ClWriteSummary).ends_with(".bc")) { in runForTesting()1038 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_None); in runForTesting()1042 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()
119 static cl::opt<std::string> ClWriteSummary( variable1929 if (!ClWriteSummary.empty()) { in runForTesting()1930 ExitOnError ExitOnErr("-lowertypetests-write-summary: " + ClWriteSummary + in runForTesting()1933 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()