Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h139 SCK_None = 0, enumerator
143 } CoverageType = SCK_None;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp161 Res.CoverageType = SanitizerCoverageOptions::SCK_None; in getOptions()
374 if (Options.CoverageType == SanitizerCoverageOptions::SCK_None) in instrumentModule()