Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp4908 SmallString<128> CrashDirectory(A->getValue()); in GetNamedOutputPath() local
4909 if (!getVFS().exists(CrashDirectory)) in GetNamedOutputPath()
4910 llvm::sys::fs::create_directories(CrashDirectory); in GetNamedOutputPath()
4911 llvm::sys::path::append(CrashDirectory, Split.first); in GetNamedOutputPath()
4914 CrashDirectory + Middle + Suffix, TmpName); in GetNamedOutputPath()