Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDDriver.h375 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp1570 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument
1650 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
1829 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local
1834 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()