Home
last modified time | relevance | path

Searched defs:SIGNAL_INTERCEPTOR_ENTER (Results 1 – 5 of 5) sorted by relevance

/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.cpp536 #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