Searched refs:ReproCrashFilename (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h287 /// \param ReproCrashFilename The file path to copy the .crash to.
293 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1164 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, argument
1244 EC = fs::copy_file(CrashFilePath, ReproCrashFilename);
1378 SmallString<128> ReproCrashFilename; local
1383 if (ReproCrashFilename.empty()) {
1384 ReproCrashFilename = TempFile;
1385 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash");
1423 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) {
1425 << ReproCrashFilename.str();

Completed in 110 milliseconds