HomeSort by relevance Sort by last modified time
    Searched refs:MemorySanitizer (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/msan/tests/
msan_test.cc 10 // This file is a part of MemorySanitizer.
12 // MemorySanitizer unit tests.
181 TEST(MemorySanitizer, NegativeTest1) {
188 TEST(MemorySanitizer, PositiveTest1) {
230 TEST(MemorySanitizer, Phi1) {
241 TEST(MemorySanitizer, Phi2) {
252 TEST(MemorySanitizer, ArgTest) {
259 TEST(MemorySanitizer, CallAndRet) {
274 TEST(MemorySanitizer, DISABLED_MallocNoIdent) {
280 TEST(MemorySanitizer, Malloc)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
Android.mk 10 MemorySanitizer.cpp \
MemorySanitizer.cpp 1 //===-- MemorySanitizer.cpp - detector of uninitialized reads -------------===//
10 /// This file is a part of MemorySanitizer, a detector of uninitialized
49 /// MemorySanitizer can track origins (allocation points) of all uninitialized
62 /// MemorySanitizer reports can show unrelated origins, but this is unlikely in
65 /// Origins are meaningless for fully initialized values, so MemorySanitizer
108 /// Adds a section to MemorySanitizer report that points to the allocation
153 cl::desc("File containing the list of functions where MemorySanitizer "
161 /// MemorySanitizer: instrument the code in module to find
163 class MemorySanitizer : public FunctionPass {
165 MemorySanitizer(bool TrackOrigins = false
    [all...]

Completed in 2165 milliseconds