Searched refs:ASAN_DYNAMIC (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_internal.h45 #ifndef ASAN_DYNAMIC
47 # define ASAN_DYNAMIC 1 macro
49 # define ASAN_DYNAMIC 0 macro
H A Dasan_linux.cpp189 if (!ASAN_DYNAMIC || !flags()->verify_asan_link_order)
204 if (ASAN_DYNAMIC) {
H A Dasan_posix.cpp70 #if SANITIZER_NETBSD && !ASAN_DYNAMIC
H A Dasan_win.cpp123 #if ASAN_DYNAMIC
358 #if !ASAN_DYNAMIC
H A Dasan_malloc_win.cpp61 #if ASAN_DYNAMIC
490 #if defined(ASAN_DYNAMIC)
547 #endif // defined(ASAN_DYNAMIC)
H A Dasan_rtl.cpp540 #if ASAN_DYNAMIC
552 #endif // ASAN_DYNAMIC

Completed in 167 milliseconds