Home
last modified time | relevance | path

Searched refs:InterceptorContext (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1116 struct InterceptorContext { struct
1120 InterceptorContext() in InterceptorContext() argument
1125 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)];
1126 InterceptorContext *interceptor_ctx() { in interceptor_ctx()
1127 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]); in interceptor_ctx()
1642 new(interceptor_ctx()) InterceptorContext(); in InitializeInterceptors()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp187 struct InterceptorContext { struct
199 InterceptorContext() : libignore(LINKER_INITIALIZED), atexit_mu(MutexTypeAtExit), AtExitStack() {} in InterceptorContext() function
202 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)];
203 InterceptorContext *interceptor_ctx() { in interceptor_ctx()
204 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]); in interceptor_ctx()
2766 new(interceptor_ctx()) InterceptorContext(); in InitializeInterceptors()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp187 struct InterceptorContext { struct
199 InterceptorContext() : libignore(LINKER_INITIALIZED), atexit_mu(MutexTypeAtExit), AtExitStack() {} in InterceptorContext() argument
202 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)];
203 InterceptorContext *interceptor_ctx() { in interceptor_ctx()
204 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]); in interceptor_ctx()
2792 new(interceptor_ctx()) InterceptorContext(); in InitializeInterceptors()