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.h29 bool EagerChecks);
33 bool EagerChecks; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp538 Recover(Options.Recover), EagerChecks(Options.EagerChecks) { in MemorySanitizer()
573 bool EagerChecks; member in __anon9debe40b0211::MemorySanitizer
697 bool EagerChecks) in MemorySanitizerOptions() argument
701 EagerChecks(getOptOrDefault(ClEagerChecks, EagerChecks)) {} in MemorySanitizerOptions()
740 if (Options.EagerChecks) in printPipeline()
2005 (MS.EagerChecks && FArg.hasAttribute(Attribute::NoUndef))) { in getShadow()
4157 bool MayCheckCall = MS.EagerChecks; in visitCallBase()
4321 bool StoreShadow = !(MS.EagerChecks && HasNoUndef); in visitReturnInst()
4324 bool EagerCheck = (MS.EagerChecks && HasNoUndef) || (F.getName() == "main"); in visitReturnInst()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp794 Result.EagerChecks = true; in parseMSanPassOptions()