Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DDriver.h336 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp1412 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument
1492 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
1621 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local
1626 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()
1627 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()
1628 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()
1668 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()
1670 << ReproCrashFilename.str(); in generateCompilationDiagnostics()