Home
last modified time | relevance | path

Searched refs:StackDepotStats (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp29 SANITIZER_WEAK_ATTRIBUTE StackDepotStats *StackDepotGetStats() { in StackDepotGetStats()
51 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
H A Dsanitizer_stackdepot.h36 StackDepotStats *StackDepotGetStats();
H A Dsanitizer_stackdepotbase.h35 StackDepotStats *GetStats() { return &stats; } in GetStats()
57 StackDepotStats stats;
H A Dsanitizer_chained_origin_depot.h25 StackDepotStats *GetStats();
H A Dsanitizer_chained_origin_depot.cpp88 StackDepotStats *ChainedOriginDepot::GetStats() { return depot.GetStats(); } in GetStats()
H A Dsanitizer_stackdepot.cpp93 StackDepotStats *StackDepotGetStats() { in StackDepotGetStats()
H A Dsanitizer_common.h1028 struct StackDepotStats { struct
/freebsd-13.1/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.cpp125 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in ReportStats()
131 StackDepotStats *chained_origin_depot_stats = ChainedOriginDepotGetStats(); in ReportStats()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp118 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp127 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp162 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp133 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()