Home
last modified time | relevance | path

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

12

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Driver/
H A DDriver.h281 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Driver/
H A DDriver.h293 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Driver/
H A DDriver.h273 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Driver/
H A DDriver.h293 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Driver/
H A DDriver.h293 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Driver/
H A DDriver.h293 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Driver/
H A DDriver.h293 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Driver/
H A DDriver.h293 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Driver/
H A DDriver.h293 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Driver/
H A DDriver.h277 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Driver/
H A DDriver.h303 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Driver/
H A DDriver.h303 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Driver/
H A DDriver.h303 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Driver/
H A DDriver.h303 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Driver/
H A DDriver.h303 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Driver/
H A DDriver.h303 bool getCrashDiagnosticFile(StringRef ReproCrashFilename,
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Driver/
H A DDriver.cpp1144 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument
1224 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
1358 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local
1363 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()
1364 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()
1365 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()
1403 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()
1405 << ReproCrashFilename.str(); in generateCompilationDiagnostics()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Driver/
H A DDriver.cpp1121 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument
1201 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
1335 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local
1340 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()
1341 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()
1342 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()
1380 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()
1382 << ReproCrashFilename.str(); in generateCompilationDiagnostics()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Driver/
H A DDriver.cpp1061 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument
1141 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
1275 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local
1280 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()
1281 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()
1282 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()
1320 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()
1322 << ReproCrashFilename.str(); in generateCompilationDiagnostics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Driver/
H A DDriver.cpp1205 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument
1285 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
1415 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local
1420 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()
1421 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()
1422 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()
1460 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()
1462 << ReproCrashFilename.str(); in generateCompilationDiagnostics()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Driver/
H A DDriver.cpp1204 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument
1284 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
1414 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local
1419 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()
1420 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()
1421 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()
1459 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()
1461 << ReproCrashFilename.str(); in generateCompilationDiagnostics()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Driver/
H A DDriver.cpp1196 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument
1276 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
1406 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local
1411 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()
1412 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()
1413 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()
1451 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()
1453 << ReproCrashFilename.str(); in generateCompilationDiagnostics()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Driver/
H A DDriver.cpp1239 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument
1319 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
1449 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local
1454 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()
1455 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()
1456 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()
1494 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()
1496 << ReproCrashFilename.str(); in generateCompilationDiagnostics()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Driver/
H A DDriver.cpp1164 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument
1244 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
1378 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local
1383 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()
1384 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()
1385 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()
1423 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()
1425 << ReproCrashFilename.str(); in generateCompilationDiagnostics()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Driver/
H A DDriver.cpp1164 bool Driver::getCrashDiagnosticFile(StringRef ReproCrashFilename, in getCrashDiagnosticFile() argument
1244 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
1378 SmallString<128> ReproCrashFilename; in generateCompilationDiagnostics() local
1383 if (ReproCrashFilename.empty()) { in generateCompilationDiagnostics()
1384 ReproCrashFilename = TempFile; in generateCompilationDiagnostics()
1385 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics()
1423 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) { in generateCompilationDiagnostics()
1425 << ReproCrashFilename.str(); in generateCompilationDiagnostics()

12