Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp848 int InsertionPointTypes = CoverageFunc | CoverageBB | CoverageEdge; in SanitizerArgs() local
853 if ((CoverageFeatures & InsertionPointTypes) && in SanitizerArgs()
862 if (!(CoverageFeatures & InsertionPointTypes)) { in SanitizerArgs()