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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h37 StackDepotStats *StackDepotGetStats();
H A Dsanitizer_stackdepot.cc110 StackDepotStats *StackDepotGetStats() { function in namespace:__sanitizer
138 : map_(StackDepotGetStats()->n_uniq_ids + 100) {
/external/compiler-rt/lib/asan/
H A Dasan_stats.cc132 StackDepotStats *stack_depot_stats = StackDepotGetStats();
/external/compiler-rt/lib/msan/
H A Dmsan_report.cc126 StackDepotStats *stack_depot_stats = StackDepotGetStats();

Completed in 154 milliseconds