14 #ifndef LLVM_TRANSFORMS_INSTRUMENTATION_MEMORYSANITIZER_H 15 #define LLVM_TRANSFORMS_INSTRUMENTATION_MEMORYSANITIZER_H 25 bool EnableKmsan =
false);
35 bool EnableKmsan =
false)
36 : TrackOrigins(TrackOrigins), Recover(Recover), EnableKmsan(EnableKmsan) {
This class represents lattice values for constants.
FunctionPass * createMemorySanitizerLegacyPassPass(int TrackOrigins=0, bool Recover=false, bool EnableKmsan=false)
A CRTP mix-in to automatically provide informational APIs needed for passes.
A set of analyses that are preserved following a run of a transformation pass.
A function pass for msan instrumentation.
MemorySanitizerPass(int TrackOrigins=0, bool Recover=false, bool EnableKmsan=false)
PreservedAnalyses run(Function &F, FunctionAnalysisManager &FAM)
A container for analyses that lazily runs them and caches their results.
This header defines various interfaces for pass management in LLVM.