Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
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.
DCodeGenOptions.def214 ///< in AddressSanitizer
221 ///< global allocation function in AddressSanitizer
223 ///< of globals in AddressSanitizer
DDiagnosticDriverKinds.td372 "AddressSanitizer doesn't support linking with debug runtime libraries yet">;
DDiagnosticGroups.td1219 // AddressSanitizer frontend instrumentation remarks.
DAttrDocs.td2586 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/
DREADME.txt1 AddressSanitizer RT
3 This directory contains sources of the AddressSanitizer (ASan) runtime library.
Dasan_ignorelist.txt1 # Ignorelist for AddressSanitizer. Turns off instrumentation of particular
Dasan_flags.inc83 "Number of seconds to sleep after AddressSanitizer is initialized. "
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp610 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/
Dsanitizer_common_interceptors_netbsd_compat.inc9 // Common function interceptors for tools like AddressSanitizer,
Dsanitizer_common_syscalls.inc9 // Common syscalls handlers for tools like AddressSanitizer,
Dsanitizer_syscalls_netbsd.inc9 // Common syscalls handlers for tools like AddressSanitizer,
Dsanitizer_common_interceptors.inc9 // Common function interceptors for tools like AddressSanitizer,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DAttributes.td239 /// AddressSanitizer is on.
/freebsd-12-stable/contrib/jemalloc/
DFREEBSD-diffs140 +/* AddressSanitizer requires TLS data to be aligned to at least 8 bytes. */
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dvector875 // 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/
DOptions.td1582 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/
DMakefile1554 SRCS_MIN+= Transforms/Instrumentation/AddressSanitizer.cpp
/freebsd-12-stable/contrib/tcpdump/
DCHANGES142 Show AddressSanitizer presence in version output.
/freebsd-12-stable/contrib/unbound/doc/
DChangelog2908 - Fix #30: AddressSanitizer finding in lookup3.c. This sets the