Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp188 static cl::opt<int> ClInstrumentationWithCallsThreshold( variable
1842 (ClInstrumentationWithCallsThreshold >= 0 && in runOnFunction()
1843 ToInstrument.size() > (unsigned)ClInstrumentationWithCallsThreshold); in runOnFunction()