Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DIntelPTCollector.h38 static bool IsSupported();
H A DIntelPTCollector.cpp256 bool IntelPTCollector::IsSupported() { in IsSupported() function in IntelPTCollector
H A DNativeProcessLinux.cpp1971 if (IntelPTCollector::IsSupported()) in TraceSupported()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp3250 const bool IsSupported = in fixBranches() local
3252 if (NextBB && NextBB == TSuccessor && IsSupported) { in fixBranches()
3266 ((NextBB != TSuccessor || !IsSupported) && NextBB != FSuccessor)) { in fixBranches()
3270 if (IsSupported && BC.isX86() && in fixBranches()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3133 bool &IsSupported) { in readMipsOptions() argument
3151 IsSupported = O->kind == ODK_REGINFO; in readMipsOptions()
3155 if (IsSupported) in readMipsOptions()
3180 bool IsSupported; in printMipsOptions() local
3182 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()
3190 if (!IsSupported) { in printMipsOptions()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParsePragma.cpp1674 llvm::BitVector IsSupported(attr::SubjectMatchRule_Last + 1); in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1680 IsSupported[Rule.first] = true; in createExpectedAttributeSubjectRulesTokenDiagnostic()
1682 IsMatchRuleAvailable &= IsSupported; in createExpectedAttributeSubjectRulesTokenDiagnostic()