Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def40 // 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 DCodeGenOptions.def245 ///< in AddressSanitizer
252 … ///< global allocation function in AddressSanitizer
254 ///< of globals in AddressSanitizer
H A DDiagnosticDriverKinds.td531 "AddressSanitizer doesn't support linking with debug runtime libraries yet">;
H A DDiagnosticGroups.td1589 // AddressSanitizer frontend instrumentation remarks.
H A DAttrDocs.td3577 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 DREADME.txt1 AddressSanitizer RT
3 This directory contains sources of the AddressSanitizer (ASan) runtime library.
H A Dasan_ignorelist.txt1 # Ignorelist for AddressSanitizer. Turns off instrumentation of particular
H A Dasan_flags.inc84 "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 DAddressSanitizer.cpp762 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 Dsanitizer_common_interceptors_netbsd_compat.inc9 // Common function interceptors for tools like AddressSanitizer,
H A Dsanitizer_common_interceptors_memintrinsics.inc9 // Memintrinsic function interceptors for tools like AddressSanitizer,
H A Dsanitizer_common_syscalls.inc9 // Common syscalls handlers for tools like AddressSanitizer,
H A Dsanitizer_syscalls_netbsd.inc9 // Common syscalls handlers for tools like AddressSanitizer,
H A Dsanitizer_common_interceptors.inc9 // Common function interceptors for tools like AddressSanitizer,
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs155 +/* AddressSanitizer requires TLS data to be aligned to at least 8 bytes. */
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td317 /// AddressSanitizer is on.
/freebsd/contrib/expat/
H A DChanges166 AddressSanitizer
738 Clang AddressSanitizer
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dstring661 // 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 Dvector728 // The following functions are no-ops outside of AddressSanitizer mode.
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstring683 // 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 DCHANGES447 Fix issues detected with AddressSanitizer.
599 Show AddressSanitizer presence in version output.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2466 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 DMakefile1928 SRCS_MIN+= Transforms/Instrumentation/AddressSanitizer.cpp
/freebsd/contrib/googletest/docs/
H A Dadvanced.md2443 [Address Sanitizer](https://github.com/google/sanitizers/wiki/AddressSanitizer),
/freebsd/contrib/unbound/doc/
H A DChangelog1374 - Merge #1080: AddressSanitizer detection in tdir tests and memory leak
4685 - Fix #30: AddressSanitizer finding in lookup3.c. This sets the