Searched refs:__asan_poison_memory_region (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dasan_interface.h34 void __asan_poison_memory_region(void const volatile *addr, size_t size);
60 __asan_poison_memory_region((addr), (size))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRecycler.h53 __asan_poison_memory_region(N, Size);
H A DArrayRecycler.h63 __asan_poison_memory_region(Ptr, Capacity::get(Idx).getSize());
H A DAllocator.h208 __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);
H A DCompiler.h430 # define __asan_poison_memory_region(p, size) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interface_internal.h116 void __asan_poison_memory_region(void const volatile *addr, uptr size);
H A Dasan_poisoning.cpp107 void __asan_poison_memory_region(void const volatile *addr, uptr size) { function
H A Dasan_rtl.cpp288 case 31: __asan_poison_memory_region(nullptr, 0); break;

Completed in 132 milliseconds