Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp75 bool IsSupported = false; in checkBuffer() local
78 IsSupported = true; in checkBuffer()
80 if (!IsSupported) { in checkBuffer()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3416 bool &IsSupported) { in readMipsOptions() argument
3434 IsSupported = O->kind == ODK_REGINFO; in readMipsOptions()
3438 if (IsSupported) in readMipsOptions()
3463 bool IsSupported; in printMipsOptions() local
3465 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()
3473 if (!IsSupported) { in printMipsOptions()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1821 llvm::BitVector IsSupported(attr::SubjectMatchRule_Last + 1); in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1827 IsSupported[Rule.first] = true; in createExpectedAttributeSubjectRulesTokenDiagnostic()
1829 IsMatchRuleAvailable &= IsSupported; in createExpectedAttributeSubjectRulesTokenDiagnostic()