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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h36 StackDepotStats *StackDepotGetStats();
H A Dsanitizer_common_libcdep.cpp29 SANITIZER_WEAK_ATTRIBUTE StackDepotStats *StackDepotGetStats() { function in namespace:__sanitizer
51 StackDepotStats *stack_depot_stats = StackDepotGetStats();
H A Dsanitizer_stackdepot.cpp93 StackDepotStats *StackDepotGetStats() { function in namespace:__sanitizer
125 map_.reserve(StackDepotGetStats()->n_uniq_ids + 100);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp127 StackDepotStats *stack_depot_stats = StackDepotGetStats();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp125 StackDepotStats *stack_depot_stats = StackDepotGetStats();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp161 StackDepotStats *stacks = StackDepotGetStats();
H A Dtsan_platform_linux.cpp134 StackDepotStats *stacks = StackDepotGetStats();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp157 auto *sds = StackDepotGetStats();

Completed in 116 milliseconds