Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp235 static cl::opt<bool> ClFast8Labels( variable
814 if (ClFast8Labels && ClFast16Labels) { in DataFlowSanitizer()
819 ShadowWidthBits = ClFast8Labels ? 8 : 16; in DataFlowSanitizer()
917 static const bool HasFastLabelsEnabled = ClFast8Labels || ClFast16Labels; in hasFastLabelsEnabled()
1100 ShadowPtrMask = ClFast8Labels in init()
1106 ShadowPtrMask = ClFast8Labels in init()