Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h33 struct CrashReportInfo { struct
37 CrashReportInfo(StringRef Filename, StringRef VFSPath) in CrashReportInfo() argument
182 CrashReportInfo *CrashInfo = nullptr) const;
251 CrashReportInfo *CrashInfo = nullptr) const override;
272 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp205 CrashReportInfo *CrashInfo) const { in Print()
400 CrashReportInfo *CrashInfo) const { in Print()
450 CrashReportInfo *CrashInfo) const { in Print()
H A DDriver.cpp2150 CrashReportInfo CrashInfo(TempFiles[0], VFS); in generateCompilationDiagnostics()