Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc1090 struct InterceptorContext { struct
1094 InterceptorContext() in InterceptorContext() function
1099 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)];
1100 InterceptorContext *interceptor_ctx() { in interceptor_ctx()
1101 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]); in interceptor_ctx()
1584 new(interceptor_ctx()) InterceptorContext(); in InitializeInterceptors()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc188 struct InterceptorContext { struct
200 InterceptorContext() in InterceptorContext() argument
205 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)];
206 InterceptorContext *interceptor_ctx() { in interceptor_ctx()
207 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]); in interceptor_ctx()
2636 new(interceptor_ctx()) InterceptorContext(); in InitializeInterceptors()