Home
last modified time | relevance | path

Searched refs:ASan (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc23 "Is GWP-ASan enabled? Defaults to " GWP_ASAN_STRINGIFY(
32 "selected for GWP-ASan sampling. Default is 5000. Sample rates "
35 // Developer note - This option is not actually processed by GWP-ASan itself. It
44 "Install GWP-ASan signal handlers for SIGSEGV during dynamic loading. This "
46 "deallocation when reporting a memory error. GWP-ASan's signal handler "
54 "Install GWP-ASan's signal handler in recoverable mode. This means that "
60 "non-GWP-ASan errors, as all GWP-ASan errors won't be forwarded.")
63 "Install GWP-ASan atfork handlers to acquire internal locks "
71 // If you are adding flags to GWP-ASan, please note that GWP-ASan flag strings
73 // are parsed by libc during the dynamic loader). This means that GWP-ASan
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A DREADME.txt3 This directory contains sources of the AddressSanitizer (ASan) runtime library.
11 tests/* : ASan unit tests.
13 Also ASan runtime needs the following libraries:
17 ASan runtime currently also embeds part of LeakSanitizer runtime for
20 ASan runtime can only be built by CMake. You can run ASan tests
H A Dasan_flags.inc9 // ASan runtime flags.
64 "ASan allocator flag. max_malloc_fill_size is the maximal amount of "
68 "ASan allocator flag. max_free_fill_size is the maximal amount of "
103 "If set, prints ASan exit stats even after program terminates "
136 "If true, ASan tweaks a bunch of other flags (quarantine, redzone, heap "
163 "Check position of ASan runtime in library list (needs to be disabled"
H A Dasan_activation_flags.inc9 // A subset of ASan (and common) runtime flags supported at activation time.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp914 AddressSanitizer &ASan; member
952 : F(F), ASan(ASan), DIB(*F.getParent(), /*AllowUnresolved*/ false), in FunctionStackPoisoner()
953 C(ASan.C), IntptrTy(ASan.IntptrTy), in FunctionStackPoisoner()
1067 if (!ASan.isInterestingAlloca(AI) || in visitAllocaInst()
1092 if (!ASan.UseAfterScope) in visitIntrinsicInst()
1115 if (!ASan.isInterestingAlloca(*AI)) in visitIntrinsicInst()
3024 if (ASan.UseAfterScope) { in initializeCallbacks()
3124 if (j - i >= ASan.MaxInlinePoisoningSize) { in copyToShadow()
3148 if (CopyInsertPoint == ASan.LocalDynamicShadow) { in copyArgsPassedByValToAllocas()
3222 assert(ASan.isInterestingAlloca(*APC.AI)); in processDynamicAllocas()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc974 // FIXME: under ASan the call below may write to freed memory and corrupt
992 // FIXME: under ASan the call below may write to freed memory and corrupt
1009 // FIXME: under ASan the call below may write to freed memory and corrupt
1027 // FIXME: under ASan the call below may write to freed memory and corrupt
1202 // FIXME: under ASan the call below may write to freed memory and corrupt
1346 // FIXME: under ASan the call below may write to freed memory and corrupt
1359 // FIXME: under ASan the call below may write to freed memory and corrupt
1591 // FIXME: under ASan the REAL() call below may write to freed memory and
1608 // FIXME: under ASan the REAL() call below may write to freed memory and
1625 // FIXME: under ASan the REAL() call below may write to freed memory and
[all …]
H A Dsanitizer_common_interceptors_netbsd_compat.inc37 // FIXME: under ASan the call below may write to freed memory and corrupt
49 // FIXME: under ASan the call below may write to freed memory and corrupt
H A Dsanitizer_malloc_mac.inc101 // FIXME: ASan should support purgeable allocations.
108 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
114 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
/freebsd-14.2/tools/build/options/
H A DWITH_ASAN1 Build the base system with Address Sanitizer (ASan) to detect
/freebsd-14.2/tools/test/stress2/misc/
H A Dsyzkaller67.sh35 // i386 + ASan
H A Dall.exclude73 syzkaller67.sh panic: ASan: Invalid access, 8-byte read at ... 20230621
/freebsd-14.2/contrib/libcbor/
H A DCMakeLists.txt58 option(SANITIZE "Enable ASan & a few compatible sanitizers in Debug mode" ON)
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def247 llvm::AsanDtorKind::Global) ///< Set how ASan global
H A DLangOptions.def417 LANGOPT(SanitizeAddressFieldPadding, 2, 0, "controls how aggressive is ASan "
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dstring654 // This macro disables AddressSanitizer (ASan) instrumentation for a specific function,
655 // allowing memory accesses that would normally trigger ASan errors to proceed without crashing.
922 …// Turning off ASan instrumentation for variable initialization with _LIBCPP_STRING_INTERNAL_MEMOR…
1899 // ASan: short string is poisoned if and only if this function returns true.
2591 // ASan annotations: was long, so object memory is unpoisoned as new.
2595 // ASan annotations: Guard against `std::string s; s = std::move(s);`
H A Ddeque2106 // ASan: this is empty container, we have to poison whole block
2231 // ASan: this is an empty container, we have to poison the whole block
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile389 SRCS+= Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
/freebsd-14.2/contrib/llvm-project/
H A DFREEBSD-Xlist378 lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt
/freebsd-14.2/contrib/bc/
H A DNEWS.md1492 6. Memory leaks and errors have been eliminated (as far as ASan and Valgrind
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1529 …HelpText<"Statically link the sanitizer runtime (Not supported for ASan, TSan or UBSan on darwin)"…