| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | address-safety-attr.mm | 2 // 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
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/ |
| H A D | freebsd.ll | 29 ; Check for ASAN's Offset for 32-bit (2^30 or 0x40000000) 36 ; Check for ASAN's Offset for 64-bit (2^46 or 0x400000000000) 43 ; Check for ASAN's Offset for 64-bit (2^47 or 0x800000000000) 50 ; Check for ASAN's Offset for 64-bit (2^37 or 0x2000000000)
|
| H A D | global_metadata_windows.ll | 20 ; CHECK: @__asan_global_dead_global = private global { {{.*}} }, section ".ASAN$GL", comdat($dead_g… 21 ; CHECK: @__asan_global_private_str = private global { {{.*}} }, section ".ASAN$GL", comdat($privat…
|
| H A D | ps4.ll | 12 ; Check for ASAN's Offset on the PS4/PS5 (2^40 or 0x10000000000)
|
| H A D | alloca-offset-lifetime.ll | 1 ; Test that ASAN will not instrument lifetime markers on alloca offsets.
|
| H A D | test64.ll | 14 ; Check for ASAN's Offset for 64-bit (7fff8000|7ffe0000)
|
| H A D | win-string-literal.ll | 17 ; CHECK-SAME: x i8]* @___asan_gen_ to i64), i64 0, i64 0, i64 0 }, section ".ASAN$GL",
|
| H A D | asan-vs-gvn.ll | 2 ; ASAN conflicts with load widening iff the widened load accesses data out of bounds
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/python/ |
| H A D | lit.local.cfg | 1 # Disable ASAN's leak detection for python OpsDSL tests.
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/ |
| H A D | lit.local.cfg | 1 # Disable ASAN's leak detection for python taco tests.
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_malloc_win.cpp | 283 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()
|
| /llvm-project-15.0.7/llvm/test/MC/COFF/ |
| H A D | weak-uaf.ll | 4 ; but should be detectable with --compile-twice under ASAN or so.
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | UniquePtrTrivialAbi.rst | 143 …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.
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | gc-sections.test | 2 # LLD isn't pruning functions as we expect it to with ASAN on i386.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | stale-livevar-in-twoaddr-pass.mir | 2 # This used to fail under ASAN enabled build because we didn't update LiveVariables in SIInstrInfo:…
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | block-asan.ll | 12 ; that ASAN accepts to instrument the function in the above opt run). 14 ; Check that the location of the ASAN instrumented __block variable is
|
| /llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/ |
| H A D | is_constant.ll | 3 ; This is reduced from the Linux net/ipv4/tcp.c file built with ASAN. We
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/ |
| H A D | sink-shift-and-trunc.ll | 63 ; this test will always crash in an LLVM built with ASAN enabled, and may 64 ; crash even if ASAN is not enabled.
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | stale-loop-info.ll | 3 ; This used to fail with ASAN enabled and if for some reason LoopInfo remained
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | stale-loop-info.ll | 3 ; This used to fail with ASAN enabled and if for some reason LoopInfo remained
|
| /llvm-project-15.0.7/mlir/test/mlir-cpu-runner/ |
| H A D | async-group.mlir | 12 // This is hard to reproduce locally unfortunately. Disable it with ASAN/LSAN
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | HardwareAssistedAddressSanitizerDesign.rst | 225 C function attribute. An alternative would be to re-use ASAN's attribute 228 * Users may need to disable ASAN but not HWASAN, or vise versa, 231 ASAN or HWASAN are being applied, based on the function attributes.
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | .travis.yml | 98 # Clang w/ libc++, ASAN, UBSAN
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LibFuzzer.rst | 78 AddressSanitizer_ (ASAN), UndefinedBehaviorSanitizer_ (UBSAN), or both. You can 82 …lang -g -O1 -fsanitize=fuzzer,address mytarget.c # Builds the fuzz target with ASAN 273 If running w/o ASAN/MSAN, you may use 'ulimit -v' instead. 735 Using libFuzzer on Windows without ASAN is unsupported. Building fuzzers with the
|
| /llvm-project-15.0.7/runtimes/ |
| H A D | CMakeLists.txt | 104 # e.g. ASAN/TSAN.
|