Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_poisoning.h39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow() function
H A Dasan_fake_stack.cpp296 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic); in __asan_alloca_poison()
300 FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic); in __asan_alloca_poison()
H A Dasan_globals.cpp60 FastPoisonShadow(g->beg, g->size_with_redzone, value); in PoisonShadowForGlobal()
65 FastPoisonShadow(g.beg + aligned_size, g.size_with_redzone - aligned_size, in PoisonRedZones()
H A Dasan_thread.cpp326 FastPoisonShadow(tls_begin_aligned, tls_end_aligned - tls_begin_aligned, 0); in ClearShadowForThreadStackAndTLS()
H A Dasan_poisoning.cpp42 FastPoisonShadow(addr, size, value); in PoisonShadow()