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 1825 of file Attributes.cpp.
Definition at line 1826 of file Attributes.cpp.
References llvm::Attribute::getKindAsEnum(), llvm::Attribute::getKindAsString(), and llvm::Attribute::isStringAttribute().
|
inline |
Definition at line 1839 of file Attributes.cpp.
References llvm::Attribute::getKindAsEnum(), and llvm::Attribute::isStringAttribute().
Definition at line 1844 of file Attributes.cpp.
References llvm::Attribute::getKindAsString(), and llvm::Attribute::isStringAttribute().