Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_interceptors.cpp1104 struct InterceptorContext { struct
1108 InterceptorContext() in InterceptorContext() argument
1113 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)];
1114 InterceptorContext *interceptor_ctx() { in interceptor_ctx()
1115 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]); in interceptor_ctx()
1603 new(interceptor_ctx()) InterceptorContext(); in InitializeInterceptors()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp188 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()
2626 new(interceptor_ctx()) InterceptorContext(); in InitializeInterceptors()