Searched refs:ReproCrashFilename (Results 1 – 2 of 2) sorted by relevance
375 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
1570 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument1650 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()1829 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local1834 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()1835 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()1836 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()1879 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()1881 << ReproCrashFilename.str(); in generateCompilationDiagnostics()