Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3377 bool &IsSupported) { in readMipsOptions() argument
3395 IsSupported = O->kind == ODK_REGINFO; in readMipsOptions()
3399 if (IsSupported) in readMipsOptions()
3424 bool IsSupported; in printMipsOptions() local
3426 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()
3434 if (!IsSupported) { in printMipsOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1827 llvm::BitVector IsSupported(attr::SubjectMatchRule_Last + 1); in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1833 IsSupported[Rule.first] = true; in createExpectedAttributeSubjectRulesTokenDiagnostic()
1835 IsMatchRuleAvailable &= IsSupported; in createExpectedAttributeSubjectRulesTokenDiagnostic()