Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DDriver.cpp4930 SmallString<128> CrashDirectory(A->getValue()); in GetNamedOutputPath() local
4931 if (!getVFS().exists(CrashDirectory)) in GetNamedOutputPath()
4932 llvm::sys::fs::create_directories(CrashDirectory); in GetNamedOutputPath()
4933 llvm::sys::path::append(CrashDirectory, Split.first); in GetNamedOutputPath()
4936 CrashDirectory + Middle + Suffix, TmpName); in GetNamedOutputPath()