Searched refs:FastPoisonShadow (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_poisoning.h | 55 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow() function
|
| H A D | asan_fake_stack.cpp | 320 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic); in __asan_alloca_poison() 324 FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic); in __asan_alloca_poison()
|
| H A D | asan_globals.cpp | 93 FastPoisonShadow(g->beg, g->size_with_redzone, value); in PoisonShadowForGlobal() 98 FastPoisonShadow(g.beg + aligned_size, g.size_with_redzone - aligned_size, in PoisonRedZones()
|
| H A D | asan_thread.cpp | 327 FastPoisonShadow(tls_begin_aligned, tls_end_aligned - tls_begin_aligned, 0); in ClearShadowForThreadStackAndTLS()
|
| H A D | asan_poisoning.cpp | 90 FastPoisonShadow(addr, size, value); in PoisonShadow()
|