Home
last modified time | relevance | path

Searched refs:SIGNAL_INTERCEPTOR_ENTER (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_signal_interceptors.inc46 SIGNAL_INTERCEPTOR_ENTER();
57 SIGNAL_INTERCEPTOR_ENTER();
66 SIGNAL_INTERCEPTOR_ENTER();
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_signals_standalone.cpp42 #define SIGNAL_INTERCEPTOR_ENTER() __ubsan::InitializeDeadlySignals() macro
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp538 #define SIGNAL_INTERCEPTOR_ENTER() ENSURE_LSAN_INITED
536 #define SIGNAL_INTERCEPTOR_ENTER( global() macro
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp199 # define SIGNAL_INTERCEPTOR_ENTER() \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1511 #define SIGNAL_INTERCEPTOR_ENTER() ENSURE_MSAN_INITED() macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2569 #define SIGNAL_INTERCEPTOR_ENTER() LazyInitialize(cur_thread_init()) macro