Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A 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
/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dfreebsd.ll29 ; 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 Dglobal_metadata_windows.ll20 ; 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 Dps4.ll12 ; Check for ASAN's Offset on the PS4/PS5 (2^40 or 0x10000000000)
H A Dalloca-offset-lifetime.ll1 ; Test that ASAN will not instrument lifetime markers on alloca offsets.
H A Dtest64.ll14 ; Check for ASAN's Offset for 64-bit (7fff8000|7ffe0000)
H A Dwin-string-literal.ll17 ; CHECK-SAME: x i8]* @___asan_gen_ to i64), i64 0, i64 0, i64 0 }, section ".ASAN$GL",
H A Dasan-vs-gvn.ll2 ; 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 Dlit.local.cfg1 # Disable ASAN's leak detection for python OpsDSL tests.
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/
H A Dlit.local.cfg1 # Disable ASAN's leak detection for python taco tests.
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A 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()
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dweak-uaf.ll4 ; but should be detectable with --compile-twice under ASAN or so.
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A 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.
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dgc-sections.test2 # 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 Dstale-livevar-in-twoaddr-pass.mir2 # 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 Dblock-asan.ll12 ; 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 Dis_constant.ll3 ; 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 Dsink-shift-and-trunc.ll63 ; 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 Dstale-loop-info.ll3 ; 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 Dstale-loop-info.ll3 ; 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 Dasync-group.mlir12 // This is hard to reproduce locally unfortunately. Disable it with ASAN/LSAN
/llvm-project-15.0.7/clang/docs/
H A DHardwareAssistedAddressSanitizerDesign.rst225 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.yml98 # Clang w/ libc++, ASAN, UBSAN
/llvm-project-15.0.7/llvm/docs/
H A DLibFuzzer.rst78 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 DCMakeLists.txt104 # e.g. ASAN/TSAN.

12