Searched refs:ReproCrashFilename (Results 1 – 2 of 2) sorted by relevance
303 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
1250 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument1330 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()1460 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local1465 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()1466 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()1467 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()1507 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()1509 << ReproCrashFilename.str(); in generateCompilationDiagnostics()