Searched refs:IsSupported (Results 1 – 2 of 2) sorted by relevance
3377 bool &IsSupported) { in readMipsOptions() argument3395 IsSupported = O->kind == ODK_REGINFO; in readMipsOptions()3399 if (IsSupported) in readMipsOptions()3424 bool IsSupported; in printMipsOptions() local3426 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()3434 if (!IsSupported) { in printMipsOptions()
1827 llvm::BitVector IsSupported(attr::SubjectMatchRule_Last + 1); in createExpectedAttributeSubjectRulesTokenDiagnostic() local1833 IsSupported[Rule.first] = true; in createExpectedAttributeSubjectRulesTokenDiagnostic()1835 IsMatchRuleAvailable &= IsSupported; in createExpectedAttributeSubjectRulesTokenDiagnostic()