Searched refs:DumpPath (Results 1 – 2 of 2) sorted by relevance
332 std::string DumpPath = DumpPathStem + ".o"; in operator ()() local333 while (sys::fs::exists(DumpPath)) { in operator ()()334 DumpPath.clear(); in operator ()()335 raw_string_ostream(DumpPath) << DumpPathStem << "." << (++Idx) << ".o"; in operator ()()341 << DumpPath << "\n"; in operator ()()345 raw_fd_ostream DumpStream(DumpPath, EC); in operator ()()
813 SmallString<MAX_PATH> DumpPath;820 DumpPath))823 fs::createTemporaryFile(ProgramName, "dmp", FD, DumpPath))833 llvm::errs() << "Wrote crash dump file \"" << DumpPath << "\"\n";