Home
last modified time | relevance | path

Searched refs:ClWriteSummary (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp138 static cl::opt<std::string> ClWriteSummary( variable
939 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()
H A DLowerTypeTests.cpp116 static cl::opt<std::string> ClWriteSummary( variable
1721 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()