Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp134 static cl::opt<std::string> ClWriteSummary( variable
1002 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()
H A DLowerTypeTests.cpp116 static cl::opt<std::string> ClWriteSummary( variable
1888 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()