Home
last modified time | relevance | path

Searched refs:SANITIZER_CAN_USE_PREINIT_ARRAY (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_init.cc46 if (SANITIZER_CAN_USE_PREINIT_ARRAY) { in InitAsStandalone()
58 if (SANITIZER_CAN_USE_PREINIT_ARRAY) { in InitAsStandaloneIfNecessary()
68 #if !SANITIZER_CAN_USE_PREINIT_ARRAY in InitAsPlugin()
Dubsan_init_standalone.cc21 #if SANITIZER_CAN_USE_PREINIT_ARRAY
/external/compiler-rt/lib/lsan/
Dlsan_preinit.cc17 #if SANITIZER_CAN_USE_PREINIT_ARRAY
/external/compiler-rt/lib/asan/
Dasan_preinit.cc18 #if SANITIZER_CAN_USE_PREINIT_ARRAY
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h45 # define SANITIZER_CAN_USE_PREINIT_ARRAY 1 macro
47 # define SANITIZER_CAN_USE_PREINIT_ARRAY 0 macro
/external/compiler-rt/lib/dfsan/
Ddfsan.cc377 #if !defined(DFSAN_NOLIBC) && SANITIZER_CAN_USE_PREINIT_ARRAY