Home
last modified time | relevance | path

Searched refs:MemorySanitizer (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_ignorelist.txt1 # Ignorelist for MemorySanitizer. Turns off instrumentation of particular
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp538 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 DSanitizers.def64 // MemorySanitizer
67 // Kernel MemorySanitizer (KMSAN)
H A DCodeGenOptions.def254 ///< MemorySanitizer
260 ///< in MemorySanitizer
262 ///< in MemorySanitizer
H A DAttrDocs.td3131 (e.g. by MemorySanitizer). The function may still be instrumented by the tool
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc10 // ThreadSanitizer, MemorySanitizer, etc.
H A Dsanitizer_common_interceptors_memintrinsics.inc10 // ThreadSanitizer, MemorySanitizer, etc.
H A Dsanitizer_common_syscalls.inc10 // ThreadSanitizer, MemorySanitizer, etc.
H A Dsanitizer_syscalls_netbsd.inc10 // ThreadSanitizer, MemorySanitizer, etc.
H A Dsanitizer_common_interceptors.inc10 // ThreadSanitizer, MemorySanitizer, etc.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td288 /// MemorySanitizer is on.
/freebsd/lib/clang/libllvm/
H A DMakefile1801 SRCS_MIN+= Transforms/Instrumentation/MemorySanitizer.cpp
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2374 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">>,