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

References

include/llvm/Support/Allocator.h
  208     __asan_poison_memory_region(*Slabs.begin(), computeSlabSize(0));
  247       __asan_poison_memory_region(NewSlab, PaddedSize);
  283     __asan_poison_memory_region(Ptr, Size);
  408     __asan_poison_memory_region(NewSlab, AllocatedSlabSize);
include/llvm/Support/ArrayRecycler.h
   63     __asan_poison_memory_region(Ptr, Capacity::get(Idx).getSize());
include/llvm/Support/Recycler.h
   53     __asan_poison_memory_region(N, Size);