Home
last modified time | relevance | path

Searched refs:EagerChecks (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DMemorySanitizer.h30 bool EagerChecks);
34 bool EagerChecks; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp595 Recover(Options.Recover), EagerChecks(Options.EagerChecks) { in MemorySanitizer()
632 bool EagerChecks; member in __anonb346f5430211::MemorySanitizer
757 bool EagerChecks) in MemorySanitizerOptions() argument
761 EagerChecks(getOptOrDefault(ClEagerChecks, EagerChecks)) {} in MemorySanitizerOptions()
803 if (Options.EagerChecks) in printPipeline()
2102 (MS.EagerChecks && FArg.hasAttribute(Attribute::NoUndef))) { in getShadow()
5889 bool MayCheckCall = MS.EagerChecks; in visitCallBase()
6059 bool StoreShadow = !(MS.EagerChecks && HasNoUndef); in visitReturnInst()
6062 bool EagerCheck = (MS.EagerChecks && HasNoUndef) || (F.getName() == "main"); in visitReturnInst()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp989 Result.EagerChecks = true; in parseMSanPassOptions()