Searched refs:VFSPath (Results 1 – 2 of 2) sorted by relevance
35 StringRef VFSPath; member37 CrashReportInfo(StringRef Filename, StringRef VFSPath) in CrashReportInfo()38 : Filename(Filename), VFSPath(VFSPath) {} in CrashReportInfo()
167 bool HaveCrashVFS = CrashInfo && !CrashInfo->VFSPath.empty(); in Print()196 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote); in Print()