Home
last modified time | relevance | path

Searched defs:Glob (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/freebsd-src/contrib/llvm-project/lld/Common/
H A DStrings.cpp28 Expected<GlobPattern> Glob = GlobPattern::create(Pattern); in SingleStringMatcher() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h88 enum MatchType { Exact, Regexp, Glob }; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp198 for (auto &Glob : SubGlobs) in match() local
/freebsd-src/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp360 for (StringRef Glob : Exclude) { in filterIFSSyms() local