Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
78 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
101 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.cpp45 bool ReportFile::SupportsColors() { in SupportsColors()
H A Dsanitizer_posix.cpp270 void ReportFile::Write(const char *buffer, uptr length) { in Write()
H A Dsanitizer_win.cpp875 void ReportFile::Write(const char *buffer, uptr length) { in Write()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp240 FileID ReportFile = path.front()->getLocation().asLocation().getExpansionLoc().getFileID(); in ReportDiag() local
289 const FileEntry* Entry = SMgr.getFileEntryForID(ReportFile); in ReportDiag()