Searched refs:ClWriteSummary (Results 1 – 2 of 2) sorted by relevance
126 static cl::opt<std::string> ClWriteSummary( variable912 if (!ClWriteSummary.empty()) { in runForTesting()914 "-wholeprogramdevirt-write-summary: " + ClWriteSummary + ": "); in runForTesting()916 if (StringRef(ClWriteSummary).endswith(".bc")) { in runForTesting()917 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_None); in runForTesting()921 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()
115 static cl::opt<std::string> ClWriteSummary( variable1721 if (!ClWriteSummary.empty()) { in runForTesting()1722 ExitOnError ExitOnErr("-lowertypetests-write-summary: " + ClWriteSummary + in runForTesting()1725 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()