Searched refs:ReproCrashFilename (Results 1 – 2 of 2) sorted by relevance
402 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
1870 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument1950 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()2129 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local2134 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()2135 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()2136 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()2179 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()2181 << ReproCrashFilename.str(); in generateCompilationDiagnostics()