Home
last modified time | relevance | path

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

/external/llvm/test/Instrumentation/AddressSanitizer/
Dlifetime-uar.ll27 ; No need to unpoison memory at function exit in UAR mode.
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.ll941 ; We used to strip off the 'tail' modifier, but now that we unpoison return slot
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4547 // Simply unpoison the entire target buffer in advance.