Home
last modified time | relevance | path

Searched refs:MatchType (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointResolverName.h29 Breakpoint::MatchType type, lldb::addr_t offset,
87 Breakpoint::MatchType m_match_type;
DBreakpoint.h89 enum MatchType { Exact, Regexp, Glob }; enum
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enum
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DArchSpec.h500 enum MatchType : bool { CompatibleMatch, ExactMatch }; enum
508 bool IsMatch(const ArchSpec &rhs, MatchType match) const;
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointResolverName.cpp29 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/
DSBTarget.h459 MatchType matchtype);
476 MatchType matchtype);
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/
DASTMatchFinder.cpp47 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/
DSBTarget.i498 MatchType matchtype);
503 MatchType matchtype);
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h1066 enum MatchType { eMatchTypeNormal, eMatchTypeRegex, eMatchTypeStartsWith }; enum
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DPlatform.h333 ArchSpec::MatchType match,
/openbsd/src/gnu/llvm/llvm/utils/FileCheck/
DFileCheck.cpp205 static MarkerStyle GetMarker(FileCheckDiag::MatchType MatchTy) { in GetMarker()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBTarget.cpp1714 MatchType matchtype) { in FindGlobalFunctions()
1873 MatchType matchtype) { in FindGlobalVariables()
/openbsd/src/gnu/llvm/lldb/source/Utility/
DArchSpec.cpp974 bool ArchSpec::IsMatch(const ArchSpec &rhs, MatchType match) const { in IsMatch()
/openbsd/src/gnu/llvm/lldb/source/Target/
DPlatform.cpp1161 ArchSpec::MatchType match, in IsCompatibleArchitecture()