Searched refs:DumpPath (Results 1 – 3 of 3) sorted by relevance
18 if (const char *DumpPath = getenv("SANCOV_OUT")) { in DumpCoverage() local19 fprintf(stderr, "SanCovDump: %p %p %s\n", CovStart, CovEnd, DumpPath); in DumpCoverage()20 if (FILE *f = fopen(DumpPath, "w")) { in DumpCoverage()
325 std::string DumpPath = DumpPathStem + ".o"; in operator ()() local326 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 ()()
794 SmallString<MAX_PATH> DumpPath;801 DumpPath))804 fs::createTemporaryFile(ProgramName, "dmp", FD, DumpPath))814 llvm::errs() << "Wrote crash dump file \"" << DumpPath << "\"\n";