Searched refs:AddressSanitizer (Results 1 – 20 of 20) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| 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.
|
| D | CodeGenOptions.def | 214 ///< in AddressSanitizer 221 ///< global allocation function in AddressSanitizer 223 ///< of globals in AddressSanitizer
|
| D | DiagnosticDriverKinds.td | 372 "AddressSanitizer doesn't support linking with debug runtime libraries yet">;
|
| D | DiagnosticGroups.td | 1219 // AddressSanitizer frontend instrumentation remarks.
|
| D | AttrDocs.td | 2586 that AddressSanitizer and ThreadSanitizer should not be applied to the function 2605 (e.g. AddressSanitizer) should not be applied.
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| D | README.txt | 1 AddressSanitizer RT 3 This directory contains sources of the AddressSanitizer (ASan) runtime library.
|
| D | asan_ignorelist.txt | 1 # Ignorelist for AddressSanitizer. Turns off instrumentation of particular
|
| D | asan_flags.inc | 83 "Number of seconds to sleep after AddressSanitizer is initialized. "
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | AddressSanitizer.cpp | 610 struct AddressSanitizer { struct 611 AddressSanitizer(Module &M, const GlobalsMetadata *GlobalsMD, in AddressSanitizer() function 694 AddressSanitizer *Pass; 696 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() 766 AddressSanitizer ASan(*F.getParent(), &GlobalsMD, CompileKernel, Recover, in runOnFunction() 925 AddressSanitizer &ASan; 962 FunctionStackPoisoner(Function &F, AddressSanitizer &ASan) in FunctionStackPoisoner() 1227 AddressSanitizer Sanitizer(M, R, CompileKernel, Recover, UseAfterScope, in run() 1348 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() 1365 void AddressSanitizer::instrumentMemIntrinsic(MemIntrinsic *MI) { in instrumentMemIntrinsic() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors_netbsd_compat.inc | 9 // Common function interceptors for tools like AddressSanitizer,
|
| D | sanitizer_common_syscalls.inc | 9 // Common syscalls handlers for tools like AddressSanitizer,
|
| D | sanitizer_syscalls_netbsd.inc | 9 // Common syscalls handlers for tools like AddressSanitizer,
|
| D | sanitizer_common_interceptors.inc | 9 // Common function interceptors for tools like AddressSanitizer,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | Attributes.td | 239 /// AddressSanitizer is on.
|
| /freebsd-12-stable/contrib/jemalloc/ |
| D | FREEBSD-diffs | 140 +/* AddressSanitizer requires TLS data to be aligned to at least 8 bytes. */
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | vector | 875 // The following functions are no-ops outside of AddressSanitizer mode. 877 // may not meet the AddressSanitizer alignment constraints.
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| D | Options.td | 1582 HelpText<"Level of field padding for AddressSanitizer">, 1587 BothFlags<[], " use-after-scope detection in AddressSanitizer">>, 1593 …HelpText<"Select the mode of detecting stack use-after-return in AddressSanitizer: never | runtime… 1602 BothFlags<[], " poisoning array cookies when using custom operator new[] in AddressSanitizer">>, 1605 Group<f_clang_Group>, HelpText<"Enable linker dead stripping of globals in AddressSanitizer">, 5919 HelpText<"Enable AddressSanitizer">,
|
| /freebsd-12-stable/lib/clang/libllvm/ |
| D | Makefile | 1554 SRCS_MIN+= Transforms/Instrumentation/AddressSanitizer.cpp
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | CHANGES | 142 Show AddressSanitizer presence in version output.
|
| /freebsd-12-stable/contrib/unbound/doc/ |
| D | Changelog | 2908 - Fix #30: AddressSanitizer finding in lookup3.c. This sets the
|