Home
last modified time | relevance | path

Searched refs:unpoison (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/Instrumentation/AddressSanitizer/
Dstack-poisoning.ll28 ; Else Block: no UAR frame. Only unpoison the redzones.
/external/compiler-rt/lib/dfsan/
Ddfsan_custom.cc336 static void unpoison(const void *ptr, uptr size) { in unpoison() function
349 ForEachMappedRegion(map, unpoison); in __dfsw_dlopen()
/external/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll940 ; We used to strip off the 'tail' modifier, but now that we unpoison return slot
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4854 // Simply unpoison the entire target buffer in advance.