Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h349 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp1477 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument
1557 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
1736 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local
1741 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()
1742 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()
1743 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()
1786 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()
1788 << ReproCrashFilename.str(); in generateCompilationDiagnostics()