Searched refs:InterceptorContext (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1104 struct InterceptorContext { struct
1108 InterceptorContext() function in struct:InterceptorContext
1113 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)];
1114 InterceptorContext *interceptor_ctx() {
1115 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]);
1603 new(interceptor_ctx()) InterceptorContext();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp184 // InterceptorContext holds all global data required for interceptors.
188 struct InterceptorContext { struct in namespace:__tsan
200 InterceptorContext() function in struct:__tsan::InterceptorContext
205 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)];
206 InterceptorContext *interceptor_ctx() {
207 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]);
2626 new(interceptor_ctx()) InterceptorContext();

Completed in 117 milliseconds