Home
last modified time | relevance | path

Searched refs:HWASAN_WITH_INTERCEPTORS (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h30 #ifndef HWASAN_WITH_INTERCEPTORS
31 #define HWASAN_WITH_INTERCEPTORS 0 macro
35 #define HWASAN_REPLACE_OPERATORS_NEW_AND_DELETE HWASAN_WITH_INTERCEPTORS
191 #if HWASAN_WITH_INTERCEPTORS
H A Dhwasan_interceptors_vfork.S4 #if defined(__linux__) && HWASAN_WITH_INTERCEPTORS
H A Dhwasan_type_test.cpp22 #if HWASAN_WITH_INTERCEPTORS
H A Dhwasan_setjmp_x86_64.S15 #if HWASAN_WITH_INTERCEPTORS && defined(__x86_64__)
H A Dhwasan_setjmp_aarch64.S17 #if HWASAN_WITH_INTERCEPTORS && defined(__aarch64__)
H A Dhwasan_setjmp_riscv64.S17 #if HWASAN_WITH_INTERCEPTORS && defined(__riscv) && (__riscv_xlen == 64)
H A Dhwasan_interceptors.cpp75 # if HWASAN_WITH_INTERCEPTORS
522 # if HWASAN_WITH_INTERCEPTORS in InitializeInterceptors()
H A Dhwasan_allocation_functions.cpp157 #if HWASAN_WITH_INTERCEPTORS || SANITIZER_FUCHSIA
H A Dhwasan_linux.cpp301 # if HWASAN_WITH_INTERCEPTORS