Searched refs:MemorySanitizer (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_ignorelist.txt | 1 # Ignorelist for MemorySanitizer. Turns off instrumentation of particular
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 538 class MemorySanitizer { class 540 MemorySanitizer(Module &M, MemorySanitizerOptions Options) in MemorySanitizer() function in __anonb346f5430211::MemorySanitizer 547 MemorySanitizer(MemorySanitizer &&) = delete; 548 MemorySanitizer &operator=(MemorySanitizer &&) = delete; 549 MemorySanitizer(const MemorySanitizer &) = delete; 550 MemorySanitizer &operator=(const MemorySanitizer &) = delete; 719 MemorySanitizer Msan(*F.getParent(), Options); in run() 764 MemorySanitizer::getOrInsertMsanMetadataFunction(Module &M, StringRef Name, in getOrInsertMsanMetadataFunction() 778 void MemorySanitizer::createKernelApi(Module &M, const TargetLibraryInfo &TLI) { in createKernelApi() 843 void MemorySanitizer::createUserspaceApi(Module &M, const TargetLibraryInfo &TLI) { in createUserspaceApi() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Sanitizers.def | 64 // MemorySanitizer 67 // Kernel MemorySanitizer (KMSAN)
|
H A D | CodeGenOptions.def | 254 ///< MemorySanitizer 260 ///< in MemorySanitizer 262 ///< in MemorySanitizer
|
H A D | AttrDocs.td | 3131 (e.g. by MemorySanitizer). The function may still be instrumented by the tool
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_netbsd_compat.inc | 10 // ThreadSanitizer, MemorySanitizer, etc.
|
H A D | sanitizer_common_interceptors_memintrinsics.inc | 10 // ThreadSanitizer, MemorySanitizer, etc.
|
H A D | sanitizer_common_syscalls.inc | 10 // ThreadSanitizer, MemorySanitizer, etc.
|
H A D | sanitizer_syscalls_netbsd.inc | 10 // ThreadSanitizer, MemorySanitizer, etc.
|
H A D | sanitizer_common_interceptors.inc | 10 // ThreadSanitizer, MemorySanitizer, etc.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.td | 288 /// MemorySanitizer is on.
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 1801 SRCS_MIN+= Transforms/Instrumentation/MemorySanitizer.cpp
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 2374 HelpText<"Enable origins tracking in MemorySanitizer">, 2379 HelpText<"Enable origins tracking in MemorySanitizer">; 2383 HelpText<"Disable origins tracking in MemorySanitizer">; 2410 BothFlags<[], [ClangOption], " use-after-destroy detection in MemorySanitizer">>,
|