Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp129 static cl::opt<int> ClMatchAllTag( variable
517 if (ClMatchAllTag.getNumOccurrences()) { in initializeModule()
518 if (ClMatchAllTag != -1) { in initializeModule()
520 MatchAllTag = ClMatchAllTag & 0xFF; in initializeModule()