Home
last modified time | relevance | path

Searched refs:kStackDepotMaxUseCount (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h34 const int kStackDepotMaxUseCount = 1U << (SANITIZER_ANDROID ? 16 : 20); variable
H A Dsanitizer_stackdepot.cpp74 COMPILER_CHECK(StackDepotNode::kMaxUseCount == (u32)kStackDepotMaxUseCount);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp214 f->origin_history_per_stack_limit > kStackDepotMaxUseCount / 2) { in InitializeFlags()
218 f->origin_history_per_stack_limit, kStackDepotMaxUseCount / 2); in InitializeFlags()