reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_fake_stack.cpp
  269   FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic);
  273   FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic);
projects/compiler-rt/lib/asan/asan_globals.cpp
   60   FastPoisonShadow(g->beg, g->size_with_redzone, value);
   65   FastPoisonShadow(g.beg + aligned_size, g.size_with_redzone - aligned_size,
projects/compiler-rt/lib/asan/asan_poisoning.cpp
   40   FastPoisonShadow(addr, size, value);