Searched refs:IsSupported (Results 1 – 5 of 5) sorted by relevance
35 static bool IsSupported();
253 bool IntelPTCollector::IsSupported() { in IsSupported() function in IntelPTCollector
1972 if (IntelPTCollector::IsSupported()) in TraceSupported()
3138 bool &IsSupported) { in readMipsOptions() argument3156 IsSupported = O->kind == ODK_REGINFO; in readMipsOptions()3160 if (IsSupported) in readMipsOptions()3185 bool IsSupported; in printMipsOptions() local3187 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()3195 if (!IsSupported) { in printMipsOptions()
1728 llvm::BitVector IsSupported(attr::SubjectMatchRule_Last + 1); in createExpectedAttributeSubjectRulesTokenDiagnostic() local1734 IsSupported[Rule.first] = true; in createExpectedAttributeSubjectRulesTokenDiagnostic()1736 IsMatchRuleAvailable &= IsSupported; in createExpectedAttributeSubjectRulesTokenDiagnostic()