Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_libcdep.cpp25 SANITIZER_WEAK_ATTRIBUTE StackDepotStats StackDepotGetStats() { return {}; } in StackDepotGetStats() function
46 StackDepotStats stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
HDsanitizer_stackdepot.h36 StackDepotStats StackDepotGetStats();
HDsanitizer_stackdepot.cpp206 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); } in StackDepotGetStats() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_stats.cpp118 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_stats.cpp127 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_platform_mac.cpp171 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()
HDtsan_platform_linux.cpp124 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_report.cpp129 StackDepotStats stack_depot_stats = StackDepotGetStats(); in ReportStats()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan.cpp172 auto sds = StackDepotGetStats(); in HwasanFormatMemoryUsage()