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