Lines Matching refs:CrashInfo
156 CrashReportInfo *CrashInfo) const { in Print()
168 bool HaveCrashVFS = CrashInfo && !CrashInfo->VFSPath.empty(); in Print()
172 if (CrashInfo) { in Print()
183 StringRef ShortName = llvm::sys::path::filename(CrashInfo->Filename); in Print()
193 if (CrashInfo && HaveCrashVFS) { in Print()
197 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote); in Print()
202 llvm::sys::path::parent_path(CrashInfo->VFSPath)); in Print()
281 bool Quote, CrashReportInfo *CrashInfo) const { in Print()
282 Command::Print(OS, "", Quote, CrashInfo); in Print()
284 Fallback->Print(OS, Terminator, Quote, CrashInfo); in Print()
321 bool Quote, CrashReportInfo *CrashInfo) const { in Print()
322 Command::Print(OS, "", Quote, CrashInfo); in Print()
337 CrashReportInfo *CrashInfo) const { in Print()
339 Job.Print(OS, Terminator, Quote, CrashInfo); in Print()