Searched refs:MatchType (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| D | BreakpointResolverName.h | 29 Breakpoint::MatchType type, lldb::addr_t offset, 87 Breakpoint::MatchType m_match_type;
|
| D | Breakpoint.h | 89 enum MatchType { Exact, Regexp, Glob }; enum
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enum
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | ArchSpec.h | 500 enum MatchType : bool { CompatibleMatch, ExactMatch }; enum 508 bool IsMatch(const ArchSpec &rhs, MatchType match) const;
|
| /openbsd/src/gnu/llvm/lldb/source/Breakpoint/ |
| D | BreakpointResolverName.cpp | 29 LanguageType language, Breakpoint::MatchType type, lldb::addr_t offset, in BreakpointResolverName() 179 Breakpoint::MatchType::Exact, offset, skip_prologue); in CreateFromStructuredData()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBTarget.h | 459 MatchType matchtype); 476 MatchType matchtype);
|
| /openbsd/src/gnu/llvm/clang/lib/ASTMatchers/ |
| D | ASTMatchFinder.cpp | 47 enum class MatchType { enum 71 MatchType Type; 609 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants; in memoizedMatchesRecursively() 1166 Keys.back().Type = MatchType::Ancestors; in matchesAnyAncestorOf()
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBTarget.i | 498 MatchType matchtype); 503 MatchType matchtype);
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/ |
| D | lldb-enumerations.h | 1066 enum MatchType { eMatchTypeNormal, eMatchTypeRegex, eMatchTypeStartsWith }; enum
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | Platform.h | 333 ArchSpec::MatchType match,
|
| /openbsd/src/gnu/llvm/llvm/utils/FileCheck/ |
| D | FileCheck.cpp | 205 static MarkerStyle GetMarker(FileCheckDiag::MatchType MatchTy) { in GetMarker()
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBTarget.cpp | 1714 MatchType matchtype) { in FindGlobalFunctions() 1873 MatchType matchtype) { in FindGlobalVariables()
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | ArchSpec.cpp | 974 bool ArchSpec::IsMatch(const ArchSpec &rhs, MatchType match) const { in IsMatch()
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | Platform.cpp | 1161 ArchSpec::MatchType match, in IsCompatibleArchitecture()
|