LLVM 17.0.0git
|
#include "llvm/Support/GlobPattern.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Errc.h"
Go to the source code of this file.
Functions | |
static bool | hasWildcard (StringRef S) |
static Expected< BitVector > | expand (StringRef S, StringRef Original) |
static Expected< BitVector > | scan (StringRef &S, StringRef Original) |
Definition at line 26 of file GlobPattern.cpp.
References llvm::CallingConv::C, End, llvm::StringRef::size(), and llvm::StringRef::substr().
Referenced by llvm::MipsSEFrameLowering::determineCalleeSaves(), and scan().
Definition at line 20 of file GlobPattern.cpp.
References llvm::StringRef::find_first_of(), and llvm::StringRef::npos.
Referenced by llvm::GlobPattern::create().
Definition at line 66 of file GlobPattern.cpp.
References End, expand(), llvm::StringRef::find(), llvm::StringRef::npos, llvm::StringRef::startswith(), llvm::StringRef::substr(), and llvm::Expected< T >::takeError().
Referenced by llvm::GlobPattern::create(), findmust(), and pluscount().