Searched refs:MemorySanitizer (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/clang/libllvminstrumentation/
H A DMakefile14 MemorySanitizer.cpp \
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1 //===-- 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
136 /// Adds a section to MemorySanitizer report that points to the allocation
306 /// MemorySanitizer: instrument the code in module to find
308 class MemorySanitizer : public FunctionPass { class in namespace:__anon3155
310 MemorySanitizer(int TrackOrigins = 0) function in class:__anon3155::MemorySanitizer
314 const char *getPassName() const override { return "MemorySanitizer"; }
[all...]

Completed in 64 milliseconds