Home | History | Annotate | Download | only in Instrumentation

Lines Matching full:uninitialized

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
60 /// value associated with them. If these bytes contain uninitialized data
107 /// \brief Track origins of uninitialized values.
110 /// (stack or heap) the uninitialized bits came from originally.
118 cl::desc("poison uninitialized stack variables"),
121 cl::desc("poison uninitialized stack variables with a call"),
124 cl::desc("poison uninitialized stack variables with the given patter"),
162 /// \brief An instrumentation pass implementing detection of uninitialized
166 /// uninitialized reads.
185 /// \brief Track origins (allocation points) of uninitialized values.
246 "MemorySanitizer: detects uninitialized reads.",
1199 /// uninitialized bits.
1216 /// uninitialized bits.