Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h29 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 DBreakpoint.h88 enum MatchType { Exact, Regexp, Glob }; enum
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h197 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 DLinkerScript.cpp419 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 DFileCheck.h131 enum MatchType { enum
173 MatchType MatchTy, SMRange InputRange,
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enum
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h499 enum MatchType : bool { CompatibleMatch, ExactMatch }; enum
507 bool IsMatch(const ArchSpec &rhs, MatchType match) const;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp29 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 DSBTarget.h521 MatchType matchtype);
538 MatchType matchtype);
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp49 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 DFileCheckImpl.h736 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,
745 printVariableDefs(const SourceMgr &SM, FileCheckDiag::MatchType MatchTy,
H A DFileCheck.cpp1246 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 Dlldb-enumerations.h1123 enum MatchType { enum
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h354 ArchSpec::MatchType match,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1734 MatchType matchtype) { in FindGlobalFunctions()
1880 MatchType matchtype) { in FindGlobalVariables()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td201 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 DArchSpec.cpp998 bool ArchSpec::IsMatch(const ArchSpec &rhs, MatchType match) const { in IsMatch()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1100 ArchSpec::MatchType match, in IsCompatibleArchitecture()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp57571 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()