Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_libcdep.cc28 SANITIZER_WEAK_ATTRIBUTE StackDepotStats *StackDepotGetStats() { in StackDepotGetStats()
50 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
H A Dsanitizer_stackdepotbase.h32 StackDepotStats *GetStats() { return &stats; } in GetStats()
53 StackDepotStats stats;
H A Dsanitizer_stackdepot.h35 StackDepotStats *StackDepotGetStats();
H A Dsanitizer_stackdepot.cc105 StackDepotStats *StackDepotGetStats() { in StackDepotGetStats()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cc30 SANITIZER_WEAK_ATTRIBUTE StackDepotStats *StackDepotGetStats() { in StackDepotGetStats()
52 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
H A Dsanitizer_stackdepotbase.h34 StackDepotStats *GetStats() { return &stats; } in GetStats()
55 StackDepotStats stats;
H A Dsanitizer_stackdepot.h37 StackDepotStats *StackDepotGetStats();
H A Dsanitizer_stackdepot.cc107 StackDepotStats *StackDepotGetStats() { in StackDepotGetStats()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp29 SANITIZER_WEAK_ATTRIBUTE StackDepotStats StackDepotGetStats() { return {}; } in StackDepotGetStats()
49 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.cpp126 StackDepotStats ChainedOriginDepot::GetStats() const { in GetStats()
H A Dsanitizer_stackdepot.cpp98 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); } in StackDepotGetStats()
H A Dsanitizer_stackdepotbase.h48 StackDepotStats GetStats() const { in GetStats()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_chained_origin_depot.h19 StackDepotStats *ChainedOriginDepotGetStats();
H A Dmsan_report.cc126 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in ReportStats()
132 StackDepotStats *chained_origin_depot_stats = ChainedOriginDepotGetStats(); in ReportStats()
H A Dmsan_chained_origin_depot.cc105 StackDepotStats *ChainedOriginDepotGetStats() { in ChainedOriginDepotGetStats()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_stats.cc128 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stats.cpp127 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_stats.cc126 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cc156 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
H A Dtsan_platform_linux.cc120 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_mac.cc158 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
H A Dtsan_platform_linux.cc122 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cpp162 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()

12