LLVM 20.0.0git
|
Attribute comparator that only compares attribute keys. More...
Public Member Functions | |
bool | operator() (Attribute A0, Attribute A1) const |
bool | operator() (Attribute A0, Attribute::AttrKind Kind) const |
bool | operator() (Attribute A0, StringRef Kind) const |
Attribute comparator that only compares attribute keys.
Enum attributes are sorted before string attributes.
Definition at line 2037 of file Attributes.cpp.
Definition at line 2038 of file Attributes.cpp.
References llvm::Attribute::getKindAsEnum(), llvm::Attribute::getKindAsString(), and llvm::Attribute::isStringAttribute().
|
inline |
Definition at line 2051 of file Attributes.cpp.
References llvm::Attribute::getKindAsEnum(), and llvm::Attribute::isStringAttribute().
Definition at line 2056 of file Attributes.cpp.
References llvm::Attribute::getKindAsString(), and llvm::Attribute::isStringAttribute().