Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp323 std::string DumpPath = DumpPathStem + ".o"; in operator ()() local
324 while (sys::fs::exists(DumpPath)) { in operator ()()
325 DumpPath.clear(); in operator ()()
326 raw_string_ostream(DumpPath) << DumpPathStem << "." << (++Idx) << ".o"; in operator ()()
332 << DumpPath << "\n"; in operator ()()
336 raw_fd_ostream DumpStream(DumpPath, EC); in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc754 SmallString<MAX_PATH> DumpPath;
761 DumpPath))
764 fs::createTemporaryFile(ProgramName, "dmp", FD, DumpPath))
774 llvm::errs() << "Wrote crash dump file \"" << DumpPath << "\"\n";