Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h364 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1545 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument
1625 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
1804 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local
1809 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()