Home
last modified time | relevance | path

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

123

/external/skqp/site/dev/testing/
Dfuzz.md5 when building with ASAN or MSAN; see [those instructions for more details](./xsan).
10 out/ASAN/fuzz -b /path/to/downloaded/testcase
15 out/ASAN/fuzz -t filter_fuzz -b /path/to/downloaded/testcase
16 out/ASAN/fuzz -t api -n RasterN32Canvas -b /path/to/downloaded/testcase
20 out/ASAN/fuzz --help # will list all types
21 out/ASAN/fuzz -t api # will list all names
Dxsan.md1 MSAN, ASAN, & TSAN
6 Compiling Skia with ASAN, UBSAN, or TSAN can be done with the latest version of Clang.
9 - ASAN works on Linux, Mac, Android.
64 Configure and Compile Skia with ASAN
74 sanitize = "ASAN"
/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/llvm-project/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.hpp6 #ifndef ASAN
7 #define ASAN 0 macro
18 #if ASAN == 1
31 #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/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-project/llvm/test/Instrumentation/AddressSanitizer/
Dfreebsd.ll39 ; Check for ASAN's Offset for 32-bit (2^30 or 0x40000000)
46 ; Check for ASAN's Offset for 64-bit (2^46 or 0x400000000000)
53 ; Check for ASAN's Offset for 64-bit (2^37 or 0x2000000000)
Dps4.ll12 ; Check for ASAN's Offset on the PS4 (2^40 or 0x10000000000)
Dglobal_metadata_windows.ll21 ; CHECK: @__asan_global_dead_global = private global { {{.*}} }, section ".ASAN$GL", comdat($dead_g…
22 ; CHECK: @__asan_global_private_str = private global { {{.*}} }, section ".ASAN$GL", comdat($privat…
/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/deqp-deps/SPIRV-Tools/kokoro/linux-clang-asan/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh ASAN clang cmake
/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/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/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/deqp-deps/SPIRV-Tools/kokoro/ndk-build/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh ASAN clang android-ndk-build
/external/swiftshader/third_party/SPIRV-Tools/kokoro/ndk-build/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh ASAN clang android-ndk-build
/external/toybox/
Dconfigure21 [ -z "$ASAN" ] || { CFLAGS="$CFLAGS -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsa…
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_win.cpp283 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 }; in SharedReAlloc() enumerator
292 ownershipState = ASAN; in SharedReAlloc()
335 if (ownershipState == ASAN && !only_asan_supported_flags) { in SharedReAlloc()
349 CHECK((ownershipState == ASAN || ownershipState == NEITHER) && in SharedReAlloc()
/external/llvm-project/libcxx/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.

123