Searched refs:CrashDirectory (Results 1 – 1 of 1) sorted by relevance
4930 SmallString<128> CrashDirectory(A->getValue()); in GetNamedOutputPath() local4931 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()