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

/freebsd-10.2-release/lib/clang/libllvminstrumentation/
H A DMakefile13 MemorySanitizer.cpp \
/freebsd-10.2-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
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
134 /// Adds a section to MemorySanitizer report that points to the allocation
182 cl::desc("File containing the list of functions where MemorySanitizer "
202 /// MemorySanitizer: instrument the code in module to find
204 class MemorySanitizer : public FunctionPass { class in namespace:__anon2744
206 MemorySanitizer(boo function in class:__anon2744::MemorySanitizer
[all...]

Completed in 55 milliseconds