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.cpp542 Recover(Options.Recover), EagerChecks(Options.EagerChecks) { in MemorySanitizer()
577 bool EagerChecks; member in __anonb346f5430211::MemorySanitizer
701 bool EagerChecks) in MemorySanitizerOptions() argument
705 EagerChecks(getOptOrDefault(ClEagerChecks, EagerChecks)) {} in MemorySanitizerOptions()
744 if (Options.EagerChecks) in printPipeline()
2029 (MS.EagerChecks && FArg.hasAttribute(Attribute::NoUndef))) { in getShadow()
4403 bool MayCheckCall = MS.EagerChecks; in visitCallBase()
4575 bool StoreShadow = !(MS.EagerChecks && HasNoUndef); in visitReturnInst()
4578 bool EagerCheck = (MS.EagerChecks && HasNoUndef) || (F.getName() == "main"); in visitReturnInst()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp813 Result.EagerChecks = true; in parseMSanPassOptions()