Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp227 static cl::opt<bool> ClFast16Labels( variable
814 if (ClFast8Labels && ClFast16Labels) { in DataFlowSanitizer()
917 static const bool HasFastLabelsEnabled = ClFast8Labels || ClFast16Labels; in hasFastLabelsEnabled()