Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan.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
HDhwasan_interceptors_vfork.S4 #if defined(__linux__) && HWASAN_WITH_INTERCEPTORS
HDhwasan_type_test.cpp22 #if HWASAN_WITH_INTERCEPTORS
HDhwasan_setjmp_x86_64.S15 #if HWASAN_WITH_INTERCEPTORS && defined(__x86_64__)
HDhwasan_setjmp_aarch64.S17 #if HWASAN_WITH_INTERCEPTORS && defined(__aarch64__)
HDhwasan_setjmp_riscv64.S17 #if HWASAN_WITH_INTERCEPTORS && defined(__riscv) && (__riscv_xlen == 64)
HDhwasan_interceptors.cpp75 # if HWASAN_WITH_INTERCEPTORS
522 # if HWASAN_WITH_INTERCEPTORS in InitializeInterceptors()
HDhwasan_allocation_functions.cpp157 #if HWASAN_WITH_INTERCEPTORS || SANITIZER_FUCHSIA
HDhwasan_linux.cpp311 # if HWASAN_WITH_INTERCEPTORS