Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp149 static cl::opt<int> ClMatchAllTag( variable
616 if (ClMatchAllTag.getNumOccurrences()) { in initializeModule()
617 if (ClMatchAllTag != -1) { in initializeModule()
618 MatchAllTag = ClMatchAllTag & 0xFF; in initializeModule()