Searched refs:TAG_CUSTOM (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.h50 static const int TAG_CUSTOM = 100; // Tool specific tags start here. member in struct:__sanitizer::StackTrace
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h114 const int STACK_TRACE_TAG_POISON = StackTrace::TAG_CUSTOM + 1;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h324 const int STACK_TRACE_TAG_POISON = StackTrace::TAG_CUSTOM + 1;

Completed in 124 milliseconds