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.cpp742 static bool PrintResults(LeakReport &report) { in PrintResults()
793 LeakReport leak_report; in CheckForLeaks()
846 void LeakReport::AddLeakedChunks(const LeakedChunks &chunks) { in AddLeakedChunks()
892 void LeakReport::ReportTopLeaks(uptr num_leaks_to_report) { in ReportTopLeaks()
920 void LeakReport::PrintReportForLeak(uptr index) { in PrintReportForLeak()
938 void LeakReport::PrintLeakedObjectsForLeak(uptr index) { in PrintLeakedObjectsForLeak()
947 void LeakReport::PrintSummary() { in PrintSummary()
962 uptr LeakReport::ApplySuppressions() { in ApplySuppressions()
975 uptr LeakReport::UnsuppressedLeakCount() { in UnsuppressedLeakCount()
983 uptr LeakReport::IndirectUnsuppressedLeakCount() { in IndirectUnsuppressedLeakCount()
H A Dlsan_common.h216 class LeakReport {
218 LeakReport() {} in LeakReport() function