Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1144 struct InterceptorContext { struct
1148 InterceptorContext() in InterceptorContext() argument
1153 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)];
1154 InterceptorContext *interceptor_ctx() { in interceptor_ctx()
1155 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]); in interceptor_ctx()
1670 new(interceptor_ctx()) InterceptorContext(); in InitializeInterceptors()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp203 struct InterceptorContext { struct
215 InterceptorContext() : libignore(LINKER_INITIALIZED), atexit_mu(MutexTypeAtExit), AtExitStack() {} in InterceptorContext() argument
218 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)];
219 InterceptorContext *interceptor_ctx() { in interceptor_ctx()
220 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]); in interceptor_ctx()
2879 new(interceptor_ctx()) InterceptorContext(); in InitializeInterceptors()