Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DIntelPTCollector.h35 static bool IsSupported();
H A DIntelPTCollector.cpp253 bool IntelPTCollector::IsSupported() { in IsSupported() function in IntelPTCollector
H A DNativeProcessLinux.cpp1972 if (IntelPTCollector::IsSupported()) in TraceSupported()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3138 bool &IsSupported) { in readMipsOptions() argument
3156 IsSupported = O->kind == ODK_REGINFO; in readMipsOptions()
3160 if (IsSupported) in readMipsOptions()
3185 bool IsSupported; in printMipsOptions() local
3187 readMipsOptions<ELFT>(SecBegin, Data, IsSupported); in printMipsOptions()
3195 if (!IsSupported) { in printMipsOptions()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp1728 llvm::BitVector IsSupported(attr::SubjectMatchRule_Last + 1); in createExpectedAttributeSubjectRulesTokenDiagnostic() local
1734 IsSupported[Rule.first] = true; in createExpectedAttributeSubjectRulesTokenDiagnostic()
1736 IsMatchRuleAvailable &= IsSupported; in createExpectedAttributeSubjectRulesTokenDiagnostic()