Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp152 static cl::opt<int> ClMatchAllTag( variable
585 if (ClMatchAllTag.getNumOccurrences()) { in initializeModule()
586 if (ClMatchAllTag != -1) { in initializeModule()
588 MatchAllTag = ClMatchAllTag & 0xFF; in initializeModule()