Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp29 SANITIZER_WEAK_ATTRIBUTE StackDepotStats *StackDepotGetStats() { in StackDepotGetStats() function
51 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
H A Dsanitizer_stackdepot.cpp93 StackDepotStats *StackDepotGetStats() { in StackDepotGetStats() function
131 map_.reserve(StackDepotGetStats()->n_uniq_ids + 100); in StackDepotReverseMap()
H A Dsanitizer_stackdepot.h36 StackDepotStats *StackDepotGetStats();
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp118 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp127 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp125 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in ReportStats()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp162 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp133 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp144 auto *sds = StackDepotGetStats(); in HwasanFormatMemoryUsage()