| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 40 // AddressSanitizer 43 // Requires AddressSanitizer 46 // Requires AddressSanitizer 49 // Kernel AddressSanitizer (KASan) 52 // Hardware-assisted AddressSanitizer 55 // Kernel Hardware-assisted AddressSanitizer (KHWASan) 58 // A variant of AddressSanitizer using AArch64 MTE extension.
|
| H A D | CodeGenOptions.def | 245 ///< in AddressSanitizer 252 … ///< global allocation function in AddressSanitizer 254 ///< of globals in AddressSanitizer
|
| H A D | DiagnosticDriverKinds.td | 531 "AddressSanitizer doesn't support linking with debug runtime libraries yet">;
|
| H A D | DiagnosticGroups.td | 1589 // AddressSanitizer frontend instrumentation remarks.
|
| H A D | AttrDocs.td | 3577 that AddressSanitizer and ThreadSanitizer should not be applied to the function 3607 (e.g. AddressSanitizer) should not be applied.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | README.txt | 1 AddressSanitizer RT 3 This directory contains sources of the AddressSanitizer (ASan) runtime library.
|
| H A D | asan_ignorelist.txt | 1 # Ignorelist for AddressSanitizer. Turns off instrumentation of particular
|
| H A D | asan_flags.inc | 84 "Number of seconds to sleep after AddressSanitizer is initialized. " 88 "Number of seconds to sleep before AddressSanitizer starts initializing. "
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 762 struct AddressSanitizer { struct 763 AddressSanitizer(Module &M, const StackSafetyGlobalInfo *SSGI, in AddressSanitizer() function 830 void instrumentMaskedLoadOrStore(AddressSanitizer *Pass, const DataLayout &DL, 863 AddressSanitizer *Pass; 865 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() 1039 AddressSanitizer &ASan; 1077 FunctionStackPoisoner(Function &F, AddressSanitizer &ASan, in FunctionStackPoisoner() 1329 AddressSanitizer FunctionSanitizer( in run() 1381 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() 1398 void AddressSanitizer::instrumentMemIntrinsic(MemIntrinsic *MI, in instrumentMemIntrinsic() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_netbsd_compat.inc | 9 // Common function interceptors for tools like AddressSanitizer,
|
| H A D | sanitizer_common_interceptors_memintrinsics.inc | 9 // Memintrinsic function interceptors for tools like AddressSanitizer,
|
| H A D | sanitizer_common_syscalls.inc | 9 // Common syscalls handlers for tools like AddressSanitizer,
|
| H A D | sanitizer_syscalls_netbsd.inc | 9 // Common syscalls handlers for tools like AddressSanitizer,
|
| H A D | sanitizer_common_interceptors.inc | 9 // Common function interceptors for tools like AddressSanitizer,
|
| /freebsd/contrib/jemalloc/ |
| H A D | FREEBSD-diffs | 155 +/* AddressSanitizer requires TLS data to be aligned to at least 8 bytes. */
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 317 /// AddressSanitizer is on.
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 166 AddressSanitizer 738 Clang AddressSanitizer
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | string | 661 // This macro disables AddressSanitizer (ASan) instrumentation for a specific function, 743 // When compiling with AddressSanitizer (ASan), basic_string cannot be trivially 1566 // The following functions are no-ops outside of AddressSanitizer mode.
|
| H A D | vector | 728 // The following functions are no-ops outside of AddressSanitizer mode.
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | string | 683 // This macro disables AddressSanitizer (ASan) instrumentation for a specific function, 753 // When compiling with AddressSanitizer (ASan), basic_string cannot be trivially 2239 // The following functions are no-ops outside of AddressSanitizer mode.
|
| /freebsd/contrib/tcpdump/ |
| H A D | CHANGES | 447 Fix issues detected with AddressSanitizer. 599 Show AddressSanitizer presence in version output.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2466 HelpText<"Level of field padding for AddressSanitizer">, 2473 BothFlags<[], [ClangOption], " use-after-scope detection in AddressSanitizer">>, 2479 HelpText<"Select the mode of detecting stack use-after-return in AddressSanitizer">, 2489 …, [ClangOption], " poisoning array cookies when using custom operator new[] in AddressSanitizer">>, 2504 …PosFlag<SetTrue, [], [ClangOption], "Enable linker dead stripping of globals in AddressSanitizer">, 2505 …Flag<SetFalse, [], [ClangOption], "Disable linker dead stripping of globals in AddressSanitizer">>, 2517 "AddressSanitizer instrumentation. These destructors are " 8854 HelpText<"Enable AddressSanitizer">,
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 1928 SRCS_MIN+= Transforms/Instrumentation/AddressSanitizer.cpp
|
| /freebsd/contrib/googletest/docs/ |
| H A D | advanced.md | 2443 [Address Sanitizer](https://github.com/google/sanitizers/wiki/AddressSanitizer),
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 1374 - Merge #1080: AddressSanitizer detection in tdir tests and memory leak 4685 - Fix #30: AddressSanitizer finding in lookup3.c. This sets the
|