HomeSort by relevance Sort by last modified time
    Searched full:memorysanitizer (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/llvm/lib/Transforms/Instrumentation/
CMakeLists.txt 7 MemorySanitizer.cpp
Android.mk 9 MemorySanitizer.cpp \
  /external/compiler-rt/lib/msan/
msan_blacklist.txt 1 # Blacklist for MemorySanitizer. Turns off instrumentation of particular
msan_flags.h 10 // This file is a part of MemorySanitizer.
12 // MemorySanitizer allocator.
msan_report.cc 10 // This file is a part of MemorySanitizer.
98 Report(" WARNING: MemorySanitizer: use-of-uninitialized-value\n");
119 Printf("MemorySanitizer: %d warnings reported.\n", msan_report_count);
msan.cc 10 // This file is a part of MemorySanitizer.
12 // MemorySanitizer runtime.
218 Printf(" ORIGIN: invalid (%x). Might be a bug in MemorySanitizer, "
219 "please report to MemorySanitizer developers.\n",
255 SanitizerToolName = "MemorySanitizer";
286 Printf("FATAL: MemorySanitizer can not mmap the shadow memory.\n");
304 Printf("MemorySanitizer init done\n");
  /external/clang/docs/
MemorySanitizer.rst 2 MemorySanitizer
11 MemorySanitizer is a detector of uninitialized reads. It consists of a
14 Typical slowdown introduced by MemorySanitizer is **3x**.
26 The MemorySanitizer run-time library should be linked to the final
28 link step. When linking shared libraries, the MemorySanitizer run-time
30 with MemorySanitizer). To get a reasonable performance add ``-O1`` or
52 stderr and exit with a non-zero exit code. Currently, MemorySanitizer
61 ==30106== WARNING: MemorySanitizer: UMR (uninitialized-memory-read)
66 By default, MemorySanitizer exits on the first detected error.
72 whether MemorySanitizer is enabled. :ref:`\_\_has\_featur
    [all...]
LeakSanitizer.rst 12 :doc:`AddressSanitizer` / :doc:`MemorySanitizer`, or as a standalone library.
index.rst 23 MemorySanitizer
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 10 // This file is a part of MemorySanitizer.
12 // MemorySanitizer unit tests.
191 TEST(MemorySanitizer, NegativeTest1) {
198 TEST(MemorySanitizer, PositiveTest1) {
240 TEST(MemorySanitizer, Phi1) {
251 TEST(MemorySanitizer, Phi2) {
262 TEST(MemorySanitizer, ArgTest) {
269 TEST(MemorySanitizer, CallAndRet) {
284 TEST(MemorySanitizer, DISABLED_MallocNoIdent) {
290 TEST(MemorySanitizer, Malloc)
    [all...]
msan_test_config.h 10 // This file is a part of MemorySanitizer.
12 // MemorySanitizer unit tests.
msandr_test_so.cc 10 // This file is a part of MemorySanitizer.
12 // MemorySanitizer unit tests.
msandr_test_so.h 10 // This file is a part of MemorySanitizer.
12 // MemorySanitizer unit tests.
msan_loadable.cc 10 // This file is a part of MemorySanitizer.
12 // MemorySanitizer unit tests.
msan_test_main.cc 10 // This file is a part of MemorySanitizer.
  /external/compiler-rt/lib/msan/lit_tests/Unit/
lit.site.cfg.in 8 config.name = 'MemorySanitizer-Unit'
  /external/compiler-rt/lib/msan/lit_tests/
dso-origin.cc 16 // CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value
23 // CHECK: SUMMARY: MemorySanitizer: use-of-uninitialized-value {{.*dso-origin-so.cc:.* my_access}}
lit.cfg 14 config.name = 'MemorySanitizer'
65 # Setup path to external LLVM symbolizer to run MemorySanitizer output tests.
71 # MemorySanitizer tests are currently supported on Linux only.
CMakeLists.txt 25 add_lit_testsuite(check-msan "Running the MemorySanitizer tests"
getaddrinfo-positive.cc 20 // CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value
no_sanitize_memory_prop.cc 28 // CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value
heap-origin.cc 24 // CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value
31 // CHECK: SUMMARY: MemorySanitizer: use-of-uninitialized-value {{.*heap-origin.cc:.* main}}
stack-origin.cc 25 // CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value
30 // CHECK: SUMMARY: MemorySanitizer: use-of-uninitialized-value {{.*stack-origin.cc:.* main}}
ioctl_custom.cc 27 // CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value
  /external/llvm/test/Instrumentation/MemorySanitizer/
unreachable.ll 6 ; Test that MemorySanitizer correctly handles unreachable blocks.

Completed in 3437 milliseconds

1 2 3