Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common.h121 void PrintReportForLeak(uptr index);
H A Dlsan_common.cpp846 PrintReportForLeak(i); in ReportTopLeaks()
857 void LeakReport::PrintReportForLeak(uptr index) { in PrintReportForLeak() function in __lsan::LeakReport