Searched refs:DumpPath (Results 1 – 2 of 2) sorted by relevance
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 ()()
803 SmallString<MAX_PATH> DumpPath;810 DumpPath))813 fs::createTemporaryFile(ProgramName, "dmp", FD, DumpPath))823 llvm::errs() << "Wrote crash dump file \"" << DumpPath << "\"\n";