Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp25 SANITIZER_WEAK_ATTRIBUTE StackDepotStats StackDepotGetStats() { return {}; } in StackDepotGetStats() function
H A Dsanitizer_stackdepot.cpp206 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); } in StackDepotGetStats() function