Home
last modified time | relevance | path

Searched refs:ASAN (Results 1 – 25 of 88) sorted by relevance

1234

/external/clang/test/CodeGenObjCXX/
Daddress-safety-attr.mm2 // RUN: %clang_cc1 -emit-llvm -o - %s -fsanitize=address | FileCheck -check-prefix=ASAN %s
11 // ASAN: +[MyClass load]{{.*}}#0
15 // ASAN: +[MyClass addressSafety:]{{.*}}#0
20 // ASAN: attributes #0 = {{.*}}sanitize_address
/external/flac/oss-fuzz/fuzzing/
Dmemory.hpp29 #ifndef ASAN
30 #define ASAN 0 macro
41 #if ASAN == 1
54 #if ASAN == 1 in memory_test_asan()
/external/skia/site/docs/dev/testing/
Dfuzz.md9 reproduce when building with ASAN or MSAN; see
27 out/ASAN/fuzz -b /path/to/downloaded/testcase
33 out/ASAN/fuzz -t filter_fuzz -b /path/to/downloaded/testcase
34 out/ASAN/fuzz -t api -n RasterN32Canvas -b /path/to/downloaded/testcase
38 out/ASAN/fuzz --help # will list all types
39 out/ASAN/fuzz -t api # will list all names
43 out/ASAN/fuzz -b /path/to/downloaded/testcase --loops <times-to-run>
Dxsan.md3 title: "MSAN, ASAN, & TSAN"
4 linkTitle: "MSAN, ASAN, & TSAN"
11 Compiling Skia with ASAN, UBSAN, or TSAN can be done with the latest version of Clang.
14 - ASAN works on Linux, Mac, Android, and Windows.
69 Configure and Compile Skia with ASAN
79 sanitize = "ASAN"
/external/swiftshader/tests/kokoro/macos/
Dcontinuous.sh23 ASAN="ON"
25 ASAN="OFF"
29 "-DSWIFTSHADER_ASAN=${ASAN}" \
/external/toybox/scripts/
Dportability.sh30 if [ -n "$ASAN" ]; then
38 unset ASAN
/external/virglrenderer/docs/
DASAN-notes.txt3 * code base using ASAN, the address sanitizer tools include
30 Since mesa unloads the drivers before a program finished, but ASAN only
40 It seems that you need to pre-load ASAN before your dummie library.
/external/llvm/test/Instrumentation/AddressSanitizer/
Dfreebsd.ll19 ; Check for ASAN's Offset for 32-bit (2^30 or 0x40000000)
26 ; Check for ASAN's Offset for 64-bit (2^46 or 0x400000000000)
/external/angle/third_party/vulkan-deps/spirv-tools/src/kokoro/linux-clang-asan/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh ASAN clang cmake
/external/swiftshader/third_party/SPIRV-Tools/kokoro/linux-clang-asan/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh ASAN clang cmake
/external/deqp-deps/SPIRV-Tools/kokoro/linux-clang-asan/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh ASAN clang cmake
/external/deqp-deps/SPIRV-Tools/kokoro/android/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh ASAN clang cmake-android-ndk
/external/swiftshader/third_party/SPIRV-Tools/kokoro/android/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh ASAN clang cmake-android-ndk
/external/deqp-deps/SPIRV-Tools/kokoro/ndk-build/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh ASAN clang android-ndk-build
/external/angle/third_party/vulkan-deps/spirv-tools/src/kokoro/ndk-build/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh ASAN clang android-ndk-build
/external/angle/third_party/vulkan-deps/spirv-tools/src/kokoro/android/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh ASAN clang cmake-android-ndk
/external/swiftshader/third_party/SPIRV-Tools/kokoro/ndk-build/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh ASAN clang android-ndk-build
/external/AFLplusplus/utils/
DREADME.md26 - asan_cgroups - a contributed script to simplify fuzzing ASAN
53 - libdislocator - like ASAN but lightweight.
/external/cronet/buildtools/third_party/libc++/trunk/docs/DesignDocs/
DUniquePtrTrivialAbi.rst143 …With the current calling convention, running this code with ASAN enabled, however, would not yield…
144 So is this a bug in ASAN? (Spoiler: No)
149 ASAN can be used to detect both of these.
/external/cronet/build/config/sanitizers/
Dsanitizers.gni255 # ASAN build on Windows is not working in debug mode. Intercepting memory
261 # ASAN on Windows.
322 # to work. ASAN builds are more subtle: libfuzzer depends on features from the
324 # ASAN from libfuzzer and with ASAN in other TUs. The linker might merge
/external/angle/build/config/win/
Dcontrol_flow_guard.gni22 "CFG does not work well in debug builds or with ASAN")
/external/cronet/build/config/win/
Dcontrol_flow_guard.gni22 "CFG does not work well in debug builds or with ASAN")
/external/boringssl/src/
DCMakeLists.txt273 if(ASAN)
274 message(FATAL_ERROR "ASAN and MSAN are mutually exclusive")
282 if(ASAN)
284 message(FATAL_ERROR "Cannot enable ASAN unless using Clang")
345 if(NOT ASAN AND NOT MSAN)
459 if(ASAN OR MSAN OR TSAN)
/external/cronet/third_party/boringssl/src/
DCMakeLists.txt273 if(ASAN)
274 message(FATAL_ERROR "ASAN and MSAN are mutually exclusive")
282 if(ASAN)
284 message(FATAL_ERROR "Cannot enable ASAN unless using Clang")
345 if(NOT ASAN AND NOT MSAN)
459 if(ASAN OR MSAN OR TSAN)
/external/angle/build/config/sanitizers/
Dsanitizers.gni260 # ASAN build on Windows is not working in debug mode. Intercepting memory
266 # ASAN on Windows.
327 # to work. ASAN builds are more subtle: libfuzzer depends on features from the
329 # ASAN from libfuzzer and with ASAN in other TUs. The linker might merge

1234