Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp299 static cl::opt<int> ClInstrumentationWithCallsThreshold( variable
2705 (ClInstrumentationWithCallsThreshold >= 0 && in instrumentFunction()
2706 ToInstrument.size() > (unsigned)ClInstrumentationWithCallsThreshold); in instrumentFunction()