Home
last modified time | relevance | path

Searched refs:DumpPath (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DSanCovDump.cpp18 if (const char *DumpPath = getenv("SANCOV_OUT")) { in DumpCoverage() local
19 fprintf(stderr, "SanCovDump: %p %p %s\n", CovStart, CovEnd, DumpPath); in DumpCoverage()
20 if (FILE *f = fopen(DumpPath, "w")) { in DumpCoverage()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp325 std::string DumpPath = DumpPathStem + ".o"; in operator ()() local
326 while (sys::fs::exists(DumpPath)) { in operator ()()
327 DumpPath.clear(); in operator ()()
328 raw_string_ostream(DumpPath) << DumpPathStem << "." << (++Idx) << ".o"; in operator ()()
334 << DumpPath << "\n"; in operator ()()
338 raw_fd_ostream DumpStream(DumpPath, EC); in operator ()()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DSignals.inc794 SmallString<MAX_PATH> DumpPath;
801 DumpPath))
804 fs::createTemporaryFile(ProgramName, "dmp", FD, DumpPath))
814 llvm::errs() << "Wrote crash dump file \"" << DumpPath << "\"\n";