/external/clang/docs/ |
D | MemorySanitizer.rst | 2 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 …]
|
D | index.rst | 26 MemorySanitizer
|
D | SanitizerSpecialCaseList.rst | 19 or :doc:`MemorySanitizer` may want to disable or alter some checks for
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 226 TEST(MemorySanitizer, NegativeTest1) { in TEST() argument 233 TEST(MemorySanitizer, PositiveTest1) { in TEST() argument 275 TEST(MemorySanitizer, Phi1) { in TEST() argument 286 TEST(MemorySanitizer, Phi2) { in TEST() argument 297 TEST(MemorySanitizer, ArgTest) { in TEST() argument 304 TEST(MemorySanitizer, CallAndRet) { in TEST() argument 318 TEST(MemorySanitizer, DISABLED_MallocNoIdent) { in TEST() argument 324 TEST(MemorySanitizer, Malloc) { in TEST() argument 330 TEST(MemorySanitizer, Realloc) { in TEST() argument 351 TEST(MemorySanitizer, Calloc) { in TEST() argument [all …]
|
D | CMakeLists.txt | 85 # Main MemorySanitizer unit tests.
|
/external/compiler-rt/test/msan/ |
D | lit.cfg | 6 config.name = 'MemorySanitizer' + getattr(config, 'name_suffix', 'default') 32 # MemorySanitizer tests are currently supported on Linux only.
|
D | CMakeLists.txt | 45 add_lit_testsuite(check-msan "Running the MemorySanitizer tests"
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | CMakeLists.txt | 6 MemorySanitizer.cpp
|
D | MemorySanitizer.cpp | 313 class MemorySanitizer : public FunctionPass { class 315 MemorySanitizer(int TrackOrigins = 0) in MemorySanitizer() function in __anon69a70b300111::MemorySanitizer 389 char MemorySanitizer::ID = 0; 391 MemorySanitizer, "msan", 395 MemorySanitizer, "msan", in INITIALIZE_PASS_DEPENDENCY() 399 return new MemorySanitizer(TrackOrigins); in INITIALIZE_PASS_DEPENDENCY() 415 void MemorySanitizer::initializeCallbacks(Module &M) { in initializeCallbacks() 499 bool MemorySanitizer::doInitialization(Module &M) { in doInitialization() 608 CreateVarArgHelper(Function &Func, MemorySanitizer &Msan, 624 MemorySanitizer &MS; [all …]
|
/external/compiler-rt/lib/msan/ |
D | msan_blacklist.txt | 1 # Blacklist for MemorySanitizer. Turns off instrumentation of particular
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | CMakeLists.txt | 7 MemorySanitizer.cpp
|
D | MemorySanitizer.cpp | 398 class MemorySanitizer : public FunctionPass { class 403 MemorySanitizer(int TrackOrigins = 0, bool Recover = false) in MemorySanitizer() function in __anon3551e4c80211::MemorySanitizer 503 char MemorySanitizer::ID = 0; 506 MemorySanitizer, "msan", 510 MemorySanitizer, "msan", in INITIALIZE_PASS_DEPENDENCY() 514 return new MemorySanitizer(TrackOrigins, Recover); in INITIALIZE_PASS_DEPENDENCY() 530 void MemorySanitizer::createUserspaceApi(Module &M) { in createUserspaceApi() 594 void MemorySanitizer::initializeCallbacks(Module &M) { in initializeCallbacks() 625 bool MemorySanitizer::doInitialization(Module &M) { in doInitialization() 755 static VarArgHelper *CreateVarArgHelper(Function &Func, MemorySanitizer &Msan, [all …]
|
/external/compiler-rt/test/msan/Unit/ |
D | lit.site.cfg.in | 7 config.name = 'MemorySanitizer-Unit'
|
/external/oss-fuzz/projects/mercurial/ |
D | build.sh | 41 + * MemorySanitizer can't detect. Avoid false positives from MSan. */
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/MemorySanitizer/ |
D | unreachable.ll | 6 ; Test that MemorySanitizer correctly handles unreachable blocks.
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | unreachable.ll | 6 ; Test that MemorySanitizer correctly handles unreachable blocks.
|
/external/compiler-rt/test/ubsan/ |
D | CMakeLists.txt | 42 add_ubsan_testsuite("MemorySanitizer" msan ${arch})
|
D | lit.common.cfg | 29 elif ubsan_lit_test_mode == "MemorySanitizer":
|
/external/compiler-rt/ |
D | CODE_OWNERS.TXT | 45 D: MemorySanitizer, Android port of sanitizers
|
/external/libsrtp2/fuzzer/ |
D | README.md | 82 …MemorySanitizer is enabled, then ``fuzz_testmem``` calls ```fuzz_testmem_msan````. The latter func…
|
/external/flatbuffers/tests/fuzzer/ |
D | CMakeLists.txt | 16 # Typical slowdown introduced by MemorySanitizer (memory) is 3x.
|
/external/clang/include/clang/Basic/ |
D | Sanitizers.def | 47 // MemorySanitizer
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 139 ///< MemorySanitizer 141 ///< in MemorySanitizer
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimpleLoopUnswitch/ |
D | msan.ll | 19 ; With MemorySanitizer, the loop can not be unswitched on "y", because "y" could
|
/external/oss-fuzz/docs/reference/ |
D | glossary.md | 83 | `memory` | [Memory Sanitizer](https://github.com/google/sanitizers/wiki/MemorySanitizer).<br/>*NO…
|