Home
last modified time | relevance | path

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

12

/external/clang/docs/
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 …]
Dindex.rst26 MemorySanitizer
DLeakSanitizer.rst26 There are plans to support LeakSanitizer in :doc:`MemorySanitizer` builds.
DSanitizerSpecialCaseList.rst19 or :doc:`MemorySanitizer` may want to disable or alter some checks for
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc223 TEST(MemorySanitizer, NegativeTest1) { in TEST() argument
230 TEST(MemorySanitizer, PositiveTest1) { in TEST() argument
272 TEST(MemorySanitizer, Phi1) { in TEST() argument
283 TEST(MemorySanitizer, Phi2) { in TEST() argument
294 TEST(MemorySanitizer, ArgTest) { in TEST() argument
301 TEST(MemorySanitizer, CallAndRet) { in TEST() argument
315 TEST(MemorySanitizer, DISABLED_MallocNoIdent) { in TEST() argument
321 TEST(MemorySanitizer, Malloc) { in TEST() argument
327 TEST(MemorySanitizer, Realloc) { in TEST() argument
348 TEST(MemorySanitizer, Calloc) { in TEST() argument
[all …]
DCMakeLists.txt85 # Main MemorySanitizer unit tests.
/external/compiler-rt/test/msan/
Dlit.cfg6 config.name = 'MemorySanitizer'
31 # MemorySanitizer tests are currently supported on Linux only.
DCMakeLists.txt19 add_lit_testsuite(check-msan "Running the MemorySanitizer tests"
/external/llvm/lib/Transforms/Instrumentation/
DCMakeLists.txt6 MemorySanitizer.cpp
DAndroid.mk10 MemorySanitizer.cpp \
DMemorySanitizer.cpp308 class MemorySanitizer : public FunctionPass { class
310 MemorySanitizer(int TrackOrigins = 0) in MemorySanitizer() function in __anon75676a260111::MemorySanitizer
380 char MemorySanitizer::ID = 0;
381 INITIALIZE_PASS(MemorySanitizer, "msan",
386 return new MemorySanitizer(TrackOrigins); in createMemorySanitizerPass()
402 void MemorySanitizer::initializeCallbacks(Module &M) { in initializeCallbacks()
486 bool MemorySanitizer::doInitialization(Module &M) { in doInitialization()
589 CreateVarArgHelper(Function &Func, MemorySanitizer &Msan,
605 MemorySanitizer &MS;
628 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS) in MemorySanitizerVisitor()
[all …]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/
Dmsan_blacklist.txt1 # Blacklist for MemorySanitizer. Turns off instrumentation of particular
/external/compiler-rt/lib/msan/
Dmsan_blacklist.txt1 # Blacklist for MemorySanitizer. Turns off instrumentation of particular
/external/compiler-rt/test/msan/Unit/
Dlit.site.cfg.in8 config.name = 'MemorySanitizer-Unit'
/external/llvm/test/Instrumentation/MemorySanitizer/
Dunreachable.ll6 ; Test that MemorySanitizer correctly handles unreachable blocks.
/external/compiler-rt/test/ubsan/
DCMakeLists.txt38 add_ubsan_testsuite("MemorySanitizer" msan ${arch})
Dlit.common.cfg29 elif ubsan_lit_test_mode == "MemorySanitizer":
/external/compiler-rt/
DCODE_OWNERS.TXT49 D: MemorySanitizer, Android port of sanitizers
/external/libyuv/files/
DBUILD.gn94 # MemorySanitizer does not support assembly code yet.
/external/clang/include/clang/Basic/
DSanitizers.def47 // MemorySanitizer
/external/clang/include/clang/Frontend/
DCodeGenOptions.def123 ///< MemorySanitizer
125 ///< in MemorySanitizer
/external/v8/build/secondary/third_party/libjpeg_turbo/
DBUILD.gn213 # MemorySanitizer doesn't support assembly code, so keep it disabled in
/external/llvm/include/llvm/IR/
DAttributes.td154 /// MemorySanitizer is on.
/external/llvm/
DCODE_OWNERS.TXT180 D: MemorySanitizer (LLVM part)
/external/v8/build/config/sanitizers/
DBUILD.gn158 # MemorySanitizer and non-official CFI builds.

12