Home
last modified time | relevance | path

Searched defs:UseImpl (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_malloc_linux.cpp28 static bool UseImpl() { return !nsan_initialized; } in UseImpl() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp24 static bool UseImpl() { return !hwasan_inited; } in UseImpl() function
/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/asan/
H A Dasan_malloc_linux.cpp33 static bool UseImpl() { return !TryAsanInitFromRtl(); } in UseImpl() function
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp34 static bool UseImpl() { return !dfsan_inited; } in UseImpl() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan_interceptors.cpp34 static bool UseImpl() { return !tysan_inited; } in UseImpl() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp47 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
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp51 static bool UseImpl() { return !__rtsan_is_initialized(); } in UseImpl() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp262 static bool UseImpl() { return (ctx && !ctx->initialized); } in UseImpl() function