Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDasan_interface.h88 int __asan_address_is_poisoned(void const volatile *addr);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_interface.inc11 INTERFACE_FUNCTION(__asan_address_is_poisoned)
HDasan_interface_internal.h121 int __asan_address_is_poisoned(void const volatile *addr);
HDasan_rtl.cpp287 case 30: __asan_address_is_poisoned(nullptr); break; in force_interface_symbols()
HDasan_poisoning.cpp177 int __asan_address_is_poisoned(void const volatile *addr) { in __asan_address_is_poisoned() function