Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/freebsd/contrib/llvm-project/lld/Common/
H A DStrings.cpp28 Expected<GlobPattern> Glob = GlobPattern::create(Pattern); in SingleStringMatcher() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h88 enum MatchType { Exact, Regexp, Glob }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp160 llvm::Expected<Regex> llvm::MachO::createRegexFromGlob(StringRef Glob) { in createRegexFromGlob()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp354 for (StringRef Glob : Exclude) { filterIFSSyms() local