Home
last modified time | relevance | path

Searched refs:StackDepotGetStats (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp25 SANITIZER_WEAK_ATTRIBUTE StackDepotStats StackDepotGetStats() { return {}; } in StackDepotGetStats() function
46 StackDepotStats stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
H A Dsanitizer_stackdepot.h36 StackDepotStats StackDepotGetStats();
H A Dsanitizer_stackdepot.cpp206 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); } in StackDepotGetStats() function
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp118 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp129 StackDepotStats stack_depot_stats = StackDepotGetStats(); in ReportStats()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp171 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp124 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp172 auto sds = StackDepotGetStats(); in HwasanFormatMemoryUsage()