Home
last modified time | relevance | path

Searched refs:UseImpl (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h25 return !SANITIZER_FUCHSIA && UNLIKELY(Details::UseImpl()); in Use()
H A Dsanitizer_malloc_mac.inc197 static bool UseImpl() { return !COMMON_MALLOC_SANITIZER_INITIALIZED; }
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp34 static bool UseImpl() { return memprof_init_is_running; } in UseImpl() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp25 static bool UseImpl() { return !hwasan_inited; } in UseImpl() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp34 static bool UseImpl() { return !TryAsanInitFromRtl(); } in UseImpl() function
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp33 static bool UseImpl() { return !__dfsan::dfsan_inited; } in UseImpl() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp48 static bool UseImpl() { return lsan_init_is_running; } in UseImpl() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp82 static bool UseImpl() { return !msan_inited; } in UseImpl() function