Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp138 static cl::opt<std::string> ClWriteSummary( variable
938 if (!ClWriteSummary.empty()) { in runForTesting()
940 "-wholeprogramdevirt-write-summary: " + ClWriteSummary + ": "); in runForTesting()
942 if (StringRef(ClWriteSummary).endswith(".bc")) { in runForTesting()
943 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_None); in runForTesting()
947 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()
DLowerTypeTests.cpp116 static cl::opt<std::string> ClWriteSummary( variable
1743 if (!ClWriteSummary.empty()) { in runForTesting()
1744 ExitOnError ExitOnErr("-lowertypetests-write-summary: " + ClWriteSummary + in runForTesting()
1747 raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_TextWithCRLF); in runForTesting()