LLVM 20.0.0git
|
#include "llvm/ObjCopy/CommonConfig.h"
Public Member Functions | |
bool | isPositiveMatch () const |
std::optional< StringRef > | getName () const |
bool | operator== (StringRef S) const |
bool | operator!= (StringRef S) const |
Static Public Member Functions | |
static Expected< NameOrPattern > | create (StringRef Pattern, MatchStyle MS, llvm::function_ref< Error(Error)> ErrorCallback) |
Definition at line 92 of file CommonConfig.h.
|
static |
Definition at line 16 of file CommonConfig.cpp.
References llvm::GlobPattern::create(), create(), llvm::createStringError(), llvm::Data, E, llvm::invalid_argument, llvm::Regex::isValid(), llvm::objcopy::Literal, llvm_unreachable, llvm::objcopy::Regex, llvm::Expected< T >::takeError(), and llvm::objcopy::Wildcard.
Referenced by create().
|
inline |
Definition at line 112 of file CommonConfig.h.
References G.
|
inline |
Definition at line 111 of file CommonConfig.h.
Definition at line 120 of file CommonConfig.h.
References operator==().