Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/openbsd-src/gnu/llvm/lld/Common/
H A DStrings.cpp27 Expected<GlobPattern> Glob = GlobPattern::create(Pattern); in SingleStringMatcher() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h89 enum MatchType { Exact, Regexp, Glob }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp346 for (StringRef Glob : Exclude) { in filterIFSSyms() local