Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp717 int InstrumentationWithCallsThreshold, in AddressSanitizer()
729 InstrumentationWithCallsThreshold( in AddressSanitizer()
732 : InstrumentationWithCallsThreshold), in AddressSanitizer()
860 int InstrumentationWithCallsThreshold; member
1263 M, SSGI, Options.InstrumentationWithCallsThreshold, in run()
3044 bool UseCalls = (InstrumentationWithCallsThreshold >= 0 && in instrumentFunction()
3046 (unsigned)InstrumentationWithCallsThreshold); in instrumentFunction()