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

  /external/compiler-rt/lib/msan/tests/
msan_test.cc 10 // This file is a part of MemorySanitizer.
12 // MemorySanitizer unit tests.
226 TEST(MemorySanitizer, NegativeTest1) {
233 TEST(MemorySanitizer, PositiveTest1) {
275 TEST(MemorySanitizer, Phi1) {
286 TEST(MemorySanitizer, Phi2) {
297 TEST(MemorySanitizer, ArgTest) {
304 TEST(MemorySanitizer, CallAndRet) {
318 TEST(MemorySanitizer, DISABLED_MallocNoIdent) {
324 TEST(MemorySanitizer, Malloc)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 1 //===-- MemorySanitizer.cpp - detector of uninitialized reads -------------===//
10 /// This file is a part of MemorySanitizer, a detector of uninitialized
47 /// MemorySanitizer can track origins (allocation points) of all uninitialized
60 /// MemorySanitizer reports can show unrelated origins, but this is unlikely in
63 /// Origins are meaningless for fully initialized values, so MemorySanitizer
135 /// Adds a section to MemorySanitizer report that points to the allocation
311 /// MemorySanitizer: instrument the code in module to find
313 class MemorySanitizer : public FunctionPass {
315 MemorySanitizer(int TrackOrigins = 0)
319 const char *getPassName() const override { return "MemorySanitizer"; }
    [all...]

Completed in 1614 milliseconds