Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp328 std::string DumpPath = DumpPathStem + ".o"; in operator ()() local
329 while (sys::fs::exists(DumpPath)) { in operator ()()
330 DumpPath.clear(); in operator ()()
331 raw_string_ostream(DumpPath) << DumpPathStem << "." << (++Idx) << ".o"; in operator ()()
337 << DumpPath << "\n"; in operator ()()
341 raw_fd_ostream DumpStream(DumpPath, EC); in operator ()()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc808 SmallString<MAX_PATH> DumpPath;
815 DumpPath))
818 fs::createTemporaryFile(ProgramName, "dmp", FD, DumpPath))
828 llvm::errs() << "Wrote crash dump file \"" << DumpPath << "\"\n";