Home
last modified time | relevance | path

Searched defs:StackDepotGetStats (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_libcdep.cc28 SANITIZER_WEAK_ATTRIBUTE StackDepotStats *StackDepotGetStats() { in StackDepotGetStats() function
H A Dsanitizer_stackdepot.cc105 StackDepotStats *StackDepotGetStats() { in StackDepotGetStats() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cc30 SANITIZER_WEAK_ATTRIBUTE StackDepotStats *StackDepotGetStats() { in StackDepotGetStats() function
H A Dsanitizer_stackdepot.cc107 StackDepotStats *StackDepotGetStats() { in StackDepotGetStats() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp29 SANITIZER_WEAK_ATTRIBUTE StackDepotStats StackDepotGetStats() { return {}; } in StackDepotGetStats() function
H A Dsanitizer_stackdepot.cpp98 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); } in StackDepotGetStats() function