Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h35 StringRef VFSPath; member
37 CrashReportInfo(StringRef Filename, StringRef VFSPath) in CrashReportInfo()
38 : Filename(Filename), VFSPath(VFSPath) {} in CrashReportInfo()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp220 bool HaveCrashVFS = CrashInfo && !CrashInfo->VFSPath.empty(); in Print()
267 llvm::sys::printArg(OS, CrashInfo->VFSPath.str(), Quote); in Print()
275 llvm::sys::path::parent_path(CrashInfo->VFSPath)); in Print()