Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/ !
H A DBreakpointResolverName.h29 Breakpoint::MatchType type, lldb::addr_t offset,
86 Breakpoint::MatchType m_match_type;
H A DBreakpoint.h88 enum MatchType { Exact, Regexp, Glob }; enum
/src/contrib/llvm-project/llvm/include/llvm/FileCheck/ !
H A DFileCheck.h130 enum MatchType { enum
171 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
/src/contrib/llvm-project/lldb/include/lldb/Core/ !
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enum
/src/contrib/llvm-project/lldb/include/lldb/Utility/ !
H A DArchSpec.h486 enum MatchType : bool { CompatibleMatch, ExactMatch }; enum
494 bool IsMatch(const ArchSpec &rhs, MatchType match) const;
/src/contrib/llvm-project/lldb/source/Breakpoint/ !
H A DBreakpointResolverName.cpp29 LanguageType language, Breakpoint::MatchType type, lldb::addr_t offset, in BreakpointResolverName()
177 Breakpoint::MatchType::Exact, offset, skip_prologue); in CreateFromStructuredData()
/src/contrib/llvm-project/lldb/include/lldb/API/ !
H A DSBTarget.h504 MatchType matchtype);
521 MatchType matchtype);
/src/contrib/llvm-project/clang/lib/ASTMatchers/ !
H A DASTMatchFinder.cpp49 enum class MatchType { enum
73 MatchType Type;
611 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants; in memoizedMatchesRecursively()
1177 Keys.back().Type = MatchType::Ancestors; in matchesAnyAncestorOf()
/src/contrib/llvm-project/llvm/lib/FileCheck/ !
H A DFileCheckImpl.h711 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,
719 void printVariableDefs(const SourceMgr &SM, FileCheckDiag::MatchType MatchTy,
H A DFileCheck.cpp1207 FileCheckDiag::MatchType MatchTy, in printSubstitutions()
1240 FileCheckDiag::MatchType MatchTy, in printVariableDefs()
1292 static SMRange ProcessMatchResult(FileCheckDiag::MatchType MatchTy, in ProcessMatchResult()
1459 SMLoc CheckLoc, MatchType MatchTy, in FileCheckDiag()
1997 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printMatch()
2054 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printNoMatch()
/src/contrib/llvm-project/lldb/include/lldb/ !
H A Dlldb-enumerations.h1110 enum MatchType { enum
/src/contrib/llvm-project/lldb/include/lldb/Target/ !
H A DPlatform.h351 ArchSpec::MatchType match,
/src/contrib/llvm-project/lldb/source/API/ !
H A DSBTarget.cpp1774 MatchType matchtype) { in FindGlobalFunctions()
1924 MatchType matchtype) { in FindGlobalVariables()
/src/contrib/llvm-project/llvm/include/llvm/IR/ !
H A DIntrinsics.td187 int MatchType = 7;
199 // (Mapping[Num] << 3) | AK.MatchType
233 !eq(ah, EncMatchType<>.ID) : !or(!shl(num, 3), ArgKind.MatchType),
/src/contrib/llvm-project/lldb/source/Utility/ !
H A DArchSpec.cpp972 bool ArchSpec::IsMatch(const ArchSpec &rhs, MatchType match) const { in IsMatch()
/src/contrib/llvm-project/lldb/source/Target/ !
H A DPlatform.cpp1095 ArchSpec::MatchType match, in IsCompatibleArchitecture()
/src/lib/clang/liblldb/ !
H A DLLDBWrapLua.cpp56372 lldb::MatchType arg4 ; in _wrap_SBTarget_FindGlobalVariables__SWIG_1()
56387 arg4 = (lldb::MatchType)lua_tointeger(L, 4); in _wrap_SBTarget_FindGlobalVariables__SWIG_1()
56477 lldb::MatchType arg4 ; in _wrap_SBTarget_FindGlobalFunctions()
56492 arg4 = (lldb::MatchType)lua_tointeger(L, 4); in _wrap_SBTarget_FindGlobalFunctions()