Searched refs:ReproCrashFilename (Results 1 – 2 of 2) sorted by relevance
364 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
1545 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument1625 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()1804 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local1809 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()1810 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()1811 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()1854 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()1856 << ReproCrashFilename.str(); in generateCompilationDiagnostics()