Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_linux.cpp77 asan_rt_version_t __asan_rt_version; variable
188 if (__asan_rt_version == ASAN_RT_VERSION_UNDEFINED) { in AsanCheckIncompatibleRT()
189 __asan_rt_version = ASAN_RT_VERSION_DYNAMIC; in AsanCheckIncompatibleRT()
190 } else if (__asan_rt_version != ASAN_RT_VERSION_DYNAMIC) { in AsanCheckIncompatibleRT()
194 if (__asan_rt_version == ASAN_RT_VERSION_UNDEFINED) { in AsanCheckIncompatibleRT()
209 __asan_rt_version = ASAN_RT_VERSION_STATIC; in AsanCheckIncompatibleRT()
210 } else if (__asan_rt_version != ASAN_RT_VERSION_STATIC) { in AsanCheckIncompatibleRT()