Home
last modified time | relevance | path

Searched refs:ShouldInstrument (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp495 bool ShouldInstrument; in isFunctionInstrumented() local
497 ShouldInstrument = !doesFilenameMatchARegex(RealFilename, ExcludeRe); in isFunctionInstrumented()
499 ShouldInstrument = doesFilenameMatchARegex(RealFilename, FilterRe); in isFunctionInstrumented()
501 ShouldInstrument = doesFilenameMatchARegex(RealFilename, FilterRe) && in isFunctionInstrumented()
504 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()
505 return ShouldInstrument; in isFunctionInstrumented()
H A DAddressSanitizer.cpp2936 bool ShouldInstrument = in suppressInstrumentationSiteForDebug() local
2940 return !ShouldInstrument; in suppressInstrumentationSiteForDebug()