Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp31 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
37 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
99 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
123 const char *ReportFile::GetReportPath() { in GetReportPath()
H A Dsanitizer_file.h25 struct ReportFile { struct
50 extern ReportFile report_file; argument
H A Dsanitizer_symbolizer_report.cpp72 bool ReportFile::SupportsColors() { in SupportsColors()
H A Dsanitizer_posix.cpp282 void ReportFile::Write(const char *buffer, uptr length) { in Write()
H A Dsanitizer_win.cpp896 void ReportFile::Write(const char *buffer, uptr length) { in Write()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp336 FileID ReportFile = in ReportDiag() local
339 OptionalFileEntryRef Entry = SMgr.getFileEntryRefForID(ReportFile); in ReportDiag()