Home
last modified time | relevance | path

Searched refs:LeakReport (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp843 static bool PrintResults(LeakReport &report) { in PrintResults()
895 LeakReport leak_report; in CheckForLeaksOnce()
954 void LeakReport::AddLeakedChunks(const LeakedChunks &chunks) { in AddLeakedChunks()
1000 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) { in ReportTopLeaks()
1028 void LeakReport::PrintReportForLeak(uptr index) { in PrintReportForLeak()
1046 void LeakReport::PrintLeakedObjectsForLeak(uptr index) { in PrintLeakedObjectsForLeak()
1055 void LeakReport::PrintSummary() { in PrintSummary()
1070 uptr LeakReport::ApplySuppressions() { in ApplySuppressions()
1083 uptr LeakReport::UnsuppressedLeakCount() { in UnsuppressedLeakCount()
1091 uptr LeakReport::IndirectUnsuppressedLeakCount() { in IndirectUnsuppressedLeakCount()
H A Dlsan_common.h217 class LeakReport {
219 LeakReport() {} in LeakReport() function