Home
last modified time | relevance | path

Searched refs:ASAN_DYNAMIC (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_internal.h45 #ifndef ASAN_DYNAMIC
47 # define ASAN_DYNAMIC 1 macro
49 # define ASAN_DYNAMIC 0
Dasan_linux.cpp171 if (!ASAN_DYNAMIC || !flags()->verify_asan_link_order) in AsanCheckDynamicRTPrereqs()
186 if (ASAN_DYNAMIC) { in AsanCheckIncompatibleRT()
Dasan_win.cpp123 #if ASAN_DYNAMIC
357 #if !ASAN_DYNAMIC
Dasan_posix.cpp70 #if SANITIZER_NETBSD && !ASAN_DYNAMIC
Dasan_malloc_win.cpp61 #if ASAN_DYNAMIC
490 #if defined(ASAN_DYNAMIC) in ReplaceSystemMalloc()
DCMakeLists.txt97 ${ASAN_COMMON_DEFINITIONS} ASAN_DYNAMIC=1)
Dasan_rtl.cpp541 #if ASAN_DYNAMIC
/external/compiler-rt/lib/asan/
Dasan_internal.h46 #ifndef ASAN_DYNAMIC
48 # define ASAN_DYNAMIC 1 macro
50 # define ASAN_DYNAMIC 0
Dasan_linux.cc113 if (!ASAN_DYNAMIC) in AsanCheckDynamicRTPrereqs()
128 if (ASAN_DYNAMIC) { in AsanCheckIncompatibleRT()
Dasan_malloc_win.cc35 #if ASAN_DYNAMIC
213 #if defined(ASAN_DYNAMIC) in ReplaceSystemMalloc()
Dasan_win.cc83 #if ASAN_DYNAMIC
315 #if !ASAN_DYNAMIC
DCMakeLists.txt60 ${ASAN_COMMON_DEFINITIONS} ASAN_DYNAMIC=1)
Dasan_rtl.cc582 #if ASAN_DYNAMIC
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/asan/
DBUILD.gn41 defines = [ "ASAN_DYNAMIC" ]