Lines Matching refs:getNumOccurrences
248 return ClInstrumentWithCalls.getNumOccurrences() in shouldInstrumentWithCalls()
254 return ClUseStackSafety.getNumOccurrences() ? ClUseStackSafety in mightUseStackSafetyAnalysis()
275 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in HWAddressSanitizer()
276 this->CompileKernel = ClEnableKhwasan.getNumOccurrences() > 0 in HWAddressSanitizer()
603 ClUseShortGranules.getNumOccurrences() ? ClUseShortGranules : NewRuntime; in initializeModule()
607 (ClInlineAllChecks.getNumOccurrences() ? !ClInlineAllChecks : !Recover); in initializeModule()
610 (ClInlineFastPathChecks.getNumOccurrences() in initializeModule()
616 if (ClMatchAllTag.getNumOccurrences()) { in initializeModule()
626 InstrumentLandingPads = ClInstrumentLandingPads.getNumOccurrences() in initializeModule()
633 ClGlobals.getNumOccurrences() ? ClGlobals : NewRuntime; in initializeModule()
639 ClInstrumentPersonalityFunctions.getNumOccurrences() in initializeModule()
1771 } else if (ClMappingOffset.getNumOccurrences() > 0) { in init()