Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc242 TEST(MemorySanitizer, NegativeTest1) { in TEST() argument
249 TEST(MemorySanitizer, PositiveTest1) { in TEST() argument
291 TEST(MemorySanitizer, Phi1) { in TEST() argument
302 TEST(MemorySanitizer, Phi2) { in TEST() argument
313 TEST(MemorySanitizer, ArgTest) { in TEST() argument
320 TEST(MemorySanitizer, CallAndRet) { in TEST() argument
334 TEST(MemorySanitizer, DISABLED_MallocNoIdent) { in TEST() argument
340 TEST(MemorySanitizer, Malloc) { in TEST() argument
346 TEST(MemorySanitizer, Realloc) { in TEST() argument
367 TEST(MemorySanitizer, Calloc) { in TEST() argument
[all …]
H A DCMakeLists.txt83 # Main MemorySanitizer unit tests.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DMemorySanitizer.rst2 MemorySanitizer title
11 MemorySanitizer is a detector of uninitialized reads. It consists of a
14 Typical slowdown introduced by MemorySanitizer is **3x**.
25 The MemorySanitizer run-time library should be linked to the final
27 link step. When linking shared libraries, the MemorySanitizer run-time
29 with MemorySanitizer). To get a reasonable performance add ``-O1`` or
56 WARNING: MemorySanitizer: use-of-uninitialized-value
60 By default, MemorySanitizer exits on the first detected error. If you
68 whether MemorySanitizer is enabled. :ref:`\_\_has\_feature
75 // code that builds only under MemorySanitizer
[all …]
H A Dindex.rst30 MemorySanitizer
H A DSanitizerSpecialCaseList.rst19 or :doc:`MemorySanitizer` may want to disable or alter some checks for
H A DSanitizerCoverage.rst370 The sanitizer run-time (AddressSanitizer, MemorySanitizer, etc) provide a
H A DUsersManual.rst1549 ``-fsanitize=memory``: :doc:`MemorySanitizer`,
3689 Disable origins tracking in MemorySanitizer
3691 Disable use-after-destroy detection in MemorySanitizer
3742 Enable origins tracking in MemorySanitizer
3744 Enable origins tracking in MemorySanitizer
3746 Enable use-after-destroy detection in MemorySanitizer
H A DClangCommandLineReference.rst923 Enable origins tracking in MemorySanitizer
929 Enable origins tracking in MemorySanitizer
933 Enable use-after-destroy detection in MemorySanitizer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp486 class MemorySanitizer { class
488 MemorySanitizer(Module &M, MemorySanitizerOptions Options) in MemorySanitizer() function in __anon03c9fd4e0211::MemorySanitizer
495 MemorySanitizer(MemorySanitizer &&) = delete;
496 MemorySanitizer &operator=(MemorySanitizer &&) = delete;
497 MemorySanitizer(const MemorySanitizer &) = delete;
498 MemorySanitizer &operator=(const MemorySanitizer &) = delete;
653 Optional<MemorySanitizer> MSan;
670 MemorySanitizer Msan(*F.getParent(), Options); in run()
712 void MemorySanitizer::createKernelApi(Module &M) { in createKernelApi()
776 void MemorySanitizer::createUserspaceApi(Module &M) { in createUserspaceApi()
[all …]
H A DCMakeLists.txt9 MemorySanitizer.cpp
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_blacklist.txt1 # Blacklist for MemorySanitizer. Turns off instrumentation of particular
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/
H A DBUILD.gn24 "MemorySanitizer.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMInstrumentation/
H A DMakefile20 MemorySanitizer.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSanitizers.def61 // MemorySanitizer
64 // Kernel MemorySanitizer (KMSAN)
H A DCodeGenOptions.def222 ///< MemorySanitizer
227 ///< in MemorySanitizer
/netbsd-src/sys/external/bsd/compiler_rt/dist/
H A DCODE_OWNERS.TXT49 D: MemorySanitizer, Android port of sanitizers
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc10 // ThreadSanitizer, MemorySanitizer, etc.
H A Dsanitizer_common_syscalls.inc9 // ThreadSanitizer, MemorySanitizer, etc.
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc10 // ThreadSanitizer, MemorySanitizer, etc.
H A Dsanitizer_common_syscalls.inc10 // ThreadSanitizer, MemorySanitizer, etc.
/netbsd-src/external/apache2/llvm/dist/llvm/
H A DCODE_OWNERS.TXT222 D: MemorySanitizer (LLVM part)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.td224 /// MemorySanitizer is on.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLibFuzzer.rst821 .. _MemorySanitizer: https://clang.llvm.org/docs/MemorySanitizer.html target in Trophies
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1552 HelpText<"Enable origins tracking in MemorySanitizer">,
1556 HelpText<"Enable origins tracking in MemorySanitizer">;
1560 HelpText<"Disable origins tracking in MemorySanitizer">;
1572 BothFlags<[], " use-after-destroy detection in MemorySanitizer">>,
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc11 // ThreadSanitizer, MemorySanitizer, etc.

12