Home
last modified time | relevance | path

Searched refs:StackDepotStats (Results 1 – 13 of 13) 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()
46 StackDepotStats stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
H A Dsanitizer_chained_origin_depot.h24 StackDepotStats GetStats() const;
H A Dsanitizer_stackdepot.h36 StackDepotStats StackDepotGetStats();
H A Dsanitizer_chained_origin_depot.cpp125 StackDepotStats ChainedOriginDepot::GetStats() const { in GetStats()
H A Dsanitizer_stackdepot.cpp206 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); } in StackDepotGetStats()
H A Dsanitizer_stackdepotbase.h48 StackDepotStats GetStats() const { in GetStats()
H A Dsanitizer_common.h1074 struct StackDepotStats { struct
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.h22 StackDepotStats ChainedOriginDepotGetStats();
H A Dmsan_chained_origin_depot.cpp22 StackDepotStats ChainedOriginDepotGetStats() { in ChainedOriginDepotGetStats()
H A Dmsan_report.cpp129 StackDepotStats stack_depot_stats = StackDepotGetStats(); in ReportStats()
135 StackDepotStats chained_origin_depot_stats = ChainedOriginDepotGetStats(); in ReportStats()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp118 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp171 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp124 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()