Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp5620 SmallString<128> CrashDirectory(A->getValue()); in GetNamedOutputPath() local
5621 if (!getVFS().exists(CrashDirectory)) in GetNamedOutputPath()
5622 llvm::sys::fs::create_directories(CrashDirectory); in GetNamedOutputPath()
5623 llvm::sys::path::append(CrashDirectory, Split.first); in GetNamedOutputPath()
5626 CrashDirectory + Middle + Suffix, TmpName); in GetNamedOutputPath()