Searched refs:ClWriteSummary (Results 1 – 2 of 2) sorted by relevance
138 static cl::opt<std::string> ClWriteSummary( variable939 if (!ClWriteSummary.empty()) { in runForTesting()941 "-wholeprogramdevirt-write-summary: " + ClWriteSummary + ": "); in runForTesting()943 if (StringRef(ClWriteSummary).endswith(".bc")) { in runForTesting()944 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_None); in runForTesting()948 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()
116 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()