Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
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()
Dsanitizer_stackdepot_test.cpp31 StackDepotStats stack_depot_stats = StackDepotGetStats(); in TearDown()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_libcdep.cpp25 SANITIZER_WEAK_ATTRIBUTE StackDepotStats StackDepotGetStats() { return {}; } in StackDepotGetStats()
46 StackDepotStats stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
Dsanitizer_chained_origin_depot.h24 StackDepotStats GetStats() const;
Dsanitizer_stackdepot.h36 StackDepotStats StackDepotGetStats();
Dsanitizer_chained_origin_depot.cpp125 StackDepotStats ChainedOriginDepot::GetStats() const { in GetStats()
Dsanitizer_stackdepot.cpp206 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); } in StackDepotGetStats()
Dsanitizer_stackdepotbase.h48 StackDepotStats GetStats() const { in GetStats()
Dsanitizer_common.h1055 struct StackDepotStats { struct
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_chained_origin_depot.h22 StackDepotStats ChainedOriginDepotGetStats();
Dmsan_chained_origin_depot.cpp22 StackDepotStats ChainedOriginDepotGetStats() { in ChainedOriginDepotGetStats()
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/asan/
Dasan_stats.cpp127 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_platform_mac.cpp171 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()
Dtsan_platform_linux.cpp123 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()