| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolverName.h | 29 Breakpoint::MatchType type, lldb::addr_t offset, 32 // This one takes an array of names. It is always MatchType = Exact. 39 // This one takes a C++ array of names. It is always MatchType = Exact. 86 Breakpoint::MatchType m_match_type;
|
| H A D | Breakpoint.h | 88 enum MatchType { Exact, Regexp, Glob }; enum
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LinkerScript.h | 197 enum class MatchType { Trivial, WholeArchive, ArchivesExcluded } matchType; enum 206 : SectionCommand(InputSectionKind), matchType(MatchType::Trivial), in SectionCommand() 217 matchType = MatchType::WholeArchive; in SectionCommand() 220 matchType = MatchType::ArchivesExcluded; in SectionCommand()
|
| H A D | LinkerScript.cpp | 419 if (matchType == MatchType::WholeArchive) { in matchesFile() 422 if (matchType == MatchType::ArchivesExcluded && !file.archiveName.empty()) in matchesFile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 131 enum MatchType { enum 173 MatchType MatchTy, SMRange InputRange,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enum
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 499 enum MatchType : bool { CompatibleMatch, ExactMatch }; enum 507 bool IsMatch(const ArchSpec &rhs, MatchType match) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 29 LanguageType language, Breakpoint::MatchType type, lldb::addr_t offset, in BreakpointResolverName() 180 Breakpoint::MatchType::Exact, offset, skip_prologue); in CreateFromStructuredData()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 521 MatchType matchtype); 538 MatchType matchtype);
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 49 enum class MatchType { enum 73 MatchType Type; 613 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants; in memoizedMatchesRecursively() 1179 Keys.back().Type = MatchType::Ancestors; in matchesAnyAncestorOf()
|
| /freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheckImpl.h | 736 SMRange MatchRange, FileCheckDiag::MatchType MatchTy, 745 printVariableDefs(const SourceMgr &SM, FileCheckDiag::MatchType MatchTy,
|
| H A D | FileCheck.cpp | 1246 FileCheckDiag::MatchType MatchTy, in printSubstitutions() 1280 FileCheckDiag::MatchType MatchTy, in printVariableDefs() 1332 static SMRange ProcessMatchResult(FileCheckDiag::MatchType MatchTy, in ProcessMatchResult() 1499 SMLoc CheckLoc, MatchType MatchTy, in FileCheckDiag() 2034 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printMatch() 2091 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printNoMatch()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 1123 enum MatchType { enum
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Platform.h | 354 ArchSpec::MatchType match,
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 1734 MatchType matchtype) { in FindGlobalFunctions() 1880 MatchType matchtype) { in FindGlobalVariables()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 201 int MatchType = 7; 213 // (Mapping[Num] << 3) | AK.MatchType 247 !eq(ah, EncMatchType<>.ID) : !or(!shl(num, 3), ArgKind.MatchType),
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 998 bool ArchSpec::IsMatch(const ArchSpec &rhs, MatchType match) const { in IsMatch()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 1100 ArchSpec::MatchType match, in IsCompatibleArchitecture()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 57571 lldb::MatchType arg4 ; in _wrap_SBTarget_FindGlobalVariables__SWIG_1() 57586 arg4 = (lldb::MatchType)lua_tointeger(L, 4); in _wrap_SBTarget_FindGlobalVariables__SWIG_1() 57676 lldb::MatchType arg4 ; in _wrap_SBTarget_FindGlobalFunctions() 57691 arg4 = (lldb::MatchType)lua_tointeger(L, 4); in _wrap_SBTarget_FindGlobalFunctions()
|