Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp188 asan_block_context_t *asan_ctxt = in alloc_asan_context() local
190 asan_ctxt->block = ctxt; in alloc_asan_context()
191 asan_ctxt->func = func; in alloc_asan_context()
192 asan_ctxt->parent_tid = GetCurrentTidOrInvalid(); in alloc_asan_context()
193 return asan_ctxt; in alloc_asan_context()
202 asan_block_context_t *asan_ctxt = alloc_asan_context(ctxt, func, &stack); \
205 (void*)asan_ctxt, (void*)pthread_self()); \
208 return REAL(dispatch_x_f)(dq, (void*)asan_ctxt, \
220 asan_block_context_t *asan_ctxt = alloc_asan_context(ctxt, func, &stack); in INTERCEPT_DISPATCH_X_F_3() local
222 Report("dispatch_after_f: %p\n", (void*)asan_ctxt); in INTERCEPT_DISPATCH_X_F_3()
[all …]