Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_chained_origin_depot_test.cpp72 StackDepotStats stats0 = chainedOriginDepot.GetStats(); in TEST()
76 StackDepotStats stats1 = chainedOriginDepot.GetStats(); in TEST()
81 StackDepotStats stats2 = chainedOriginDepot.GetStats(); in TEST()
87 StackDepotStats stats3 = chainedOriginDepot.GetStats(); in TEST()
H A Dsanitizer_stackdepot_test.cpp31 StackDepotStats stack_depot_stats = StackDepotGetStats(); in TearDown()
/openbsd-src/gnu/llvm/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.h1055 struct StackDepotStats { struct
/openbsd-src/gnu/llvm/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.cpp127 StackDepotStats stack_depot_stats = StackDepotGetStats(); in ReportStats()
133 StackDepotStats chained_origin_depot_stats = ChainedOriginDepotGetStats(); in ReportStats()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp118 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_stats.cpp127 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp171 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp123 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()