Lines Matching refs:ASan
679 # On Windows, this is used to get the 32-bit ASan run-time.
741 # Fix LC_ID_DYLIB for the ASan dynamic libraries to be relative to
787 # Build ASan runtime for Android in a separate build tree.
804 RunCommand(['ninja', 'libclang_rt.asan-%s-android.so' % target_arch])
807 runtime = 'libclang_rt.asan-%s-android.so' % target_arch
852 help='don\'t build Android ASan runtime (linux only)',
870 if re.search(r'\b(clang|asan|lsan|msan|tsan)=1',
913 # Only build the Android ASan rt on ToT bots when targetting Android.