Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPTOR_ENTER_NOIGNORE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2444 #define COMMON_INTERCEPTOR_ENTER_NOIGNORE(ctx, func, ...) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc15 // COMMON_INTERCEPTOR_ENTER_NOIGNORE
232 #ifndef COMMON_INTERCEPTOR_ENTER_NOIGNORE
233 #define COMMON_INTERCEPTOR_ENTER_NOIGNORE(ctx, ...) \
6321 COMMON_INTERCEPTOR_ENTER_NOIGNORE(ctx, dlopen, filename, flag);
6360 COMMON_INTERCEPTOR_ENTER_NOIGNORE(ctx, dlclose, handle);