HomeSort by: relevance | last modified time | path
    Searched defs:StackDepotGetStats (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_libcdep.cc 30 SANITIZER_WEAK_ATTRIBUTE StackDepotStats *StackDepotGetStats() {
52 StackDepotStats *stack_depot_stats = StackDepotGetStats();
sanitizer_stackdepot.cc 107 StackDepotStats *StackDepotGetStats() {
139 map_.reserve(StackDepotGetStats()->n_uniq_ids + 100);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_libcdep.cpp 29 SANITIZER_WEAK_ATTRIBUTE StackDepotStats StackDepotGetStats() { return {}; }
49 StackDepotStats stack_depot_stats = StackDepotGetStats();
sanitizer_stackdepot.cpp 98 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); }
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_libcdep.cpp 25 SANITIZER_WEAK_ATTRIBUTE StackDepotStats StackDepotGetStats() { return {}; }
46 StackDepotStats stack_depot_stats = StackDepotGetStats();
sanitizer_stackdepot.cpp 206 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); }

Completed in 23 milliseconds