HomeSort by: relevance | last modified time | path
    Searched defs:MemorySanitizer (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/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
145 #include "llvm/Transforms/Instrumentation/MemorySanitizer.h"
222 /// Adds a section to MemorySanitizer report that points to the allocation
482 /// Instantiating MemorySanitizer inserts the msan runtime library API function
486 class MemorySanitizer {
488 MemorySanitizer(Module &M, MemorySanitizerOptions Options
    [all...]
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
145 #include "llvm/Transforms/Instrumentation/MemorySanitizer.h"
222 /// Adds a section to MemorySanitizer report that points to the allocation
482 /// Instantiating MemorySanitizer inserts the msan runtime library API function
486 class MemorySanitizer {
488 MemorySanitizer(Module &M, MemorySanitizerOptions Options
    [all...]
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
145 #include "llvm/Transforms/Instrumentation/MemorySanitizer.h"
222 /// Adds a section to MemorySanitizer report that points to the allocation
482 /// Instantiating MemorySanitizer inserts the msan runtime library API function
486 class MemorySanitizer {
488 MemorySanitizer(Module &M, MemorySanitizerOptions Options
    [all...]
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
145 #include "llvm/Transforms/Instrumentation/MemorySanitizer.h"
222 /// Adds a section to MemorySanitizer report that points to the allocation
482 /// Instantiating MemorySanitizer inserts the msan runtime library API function
486 class MemorySanitizer {
488 MemorySanitizer(Module &M, MemorySanitizerOptions Options
    [all...]

Completed in 114 milliseconds