Searched refs:IsSupported (Results 1 – 6 of 6) sorted by relevance
38 static bool IsSupported();
256 bool IntelPTCollector::IsSupported() { in IsSupported() function in IntelPTCollector
1971 if (IntelPTCollector::IsSupported()) in TraceSupported()
3250 const bool IsSupported = in fixBranches() local3252 if (NextBB && NextBB == TSuccessor && IsSupported) { in fixBranches()3266 ((NextBB != TSuccessor || !IsSupported) && NextBB != FSuccessor)) { in fixBranches()3270 if (IsSupported && BC.isX86() && in fixBranches()
3133 bool &IsSupported) { in readMipsOptions() argument3151 IsSupported = O->kind == ODK_REGINFO; in readMipsOptions()3155 if (IsSupported) in readMipsOptions()3180 bool IsSupported; in printMipsOptions() local3182 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()3190 if (!IsSupported) { in printMipsOptions()
1674 llvm::BitVector IsSupported(attr::SubjectMatchRule_Last + 1); in createExpectedAttributeSubjectRulesTokenDiagnostic() local1680 IsSupported[Rule.first] = true; in createExpectedAttributeSubjectRulesTokenDiagnostic()1682 IsMatchRuleAvailable &= IsSupported; in createExpectedAttributeSubjectRulesTokenDiagnostic()