/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_libcdep.cc | 28 SANITIZER_WEAK_ATTRIBUTE StackDepotStats *StackDepotGetStats() { in StackDepotGetStats() 50 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
|
H A D | sanitizer_stackdepotbase.h | 32 StackDepotStats *GetStats() { return &stats; } in GetStats() 53 StackDepotStats stats;
|
H A D | sanitizer_stackdepot.h | 35 StackDepotStats *StackDepotGetStats();
|
H A D | sanitizer_stackdepot.cc | 105 StackDepotStats *StackDepotGetStats() { in StackDepotGetStats()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_libcdep.cc | 30 SANITIZER_WEAK_ATTRIBUTE StackDepotStats *StackDepotGetStats() { in StackDepotGetStats() 52 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
|
H A D | sanitizer_stackdepotbase.h | 34 StackDepotStats *GetStats() { return &stats; } in GetStats() 55 StackDepotStats stats;
|
H A D | sanitizer_stackdepot.h | 37 StackDepotStats *StackDepotGetStats();
|
H A D | sanitizer_stackdepot.cc | 107 StackDepotStats *StackDepotGetStats() { in StackDepotGetStats()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_libcdep.cpp | 29 SANITIZER_WEAK_ATTRIBUTE StackDepotStats StackDepotGetStats() { return {}; } in StackDepotGetStats() 49 StackDepotStats stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
|
H A D | sanitizer_chained_origin_depot.h | 24 StackDepotStats GetStats() const;
|
H A D | sanitizer_stackdepot.h | 36 StackDepotStats StackDepotGetStats();
|
H A D | sanitizer_chained_origin_depot.cpp | 126 StackDepotStats ChainedOriginDepot::GetStats() const { in GetStats()
|
H A D | sanitizer_stackdepot.cpp | 98 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); } in StackDepotGetStats()
|
H A D | sanitizer_stackdepotbase.h | 48 StackDepotStats GetStats() const { in GetStats()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_chained_origin_depot.h | 19 StackDepotStats *ChainedOriginDepotGetStats();
|
H A D | msan_report.cc | 126 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in ReportStats() 132 StackDepotStats *chained_origin_depot_stats = ChainedOriginDepotGetStats(); in ReportStats()
|
H A D | msan_chained_origin_depot.cc | 105 StackDepotStats *ChainedOriginDepotGetStats() { in ChainedOriginDepotGetStats()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_stats.cc | 128 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_stats.cpp | 127 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_stats.cc | 126 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_platform_mac.cc | 156 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
|
H A D | tsan_platform_linux.cc | 120 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_platform_mac.cc | 158 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
|
H A D | tsan_platform_linux.cc | 122 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_platform_mac.cpp | 162 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()
|