|
LLVM 23.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 2136 of file Attributes.cpp.
Definition at line 2137 of file Attributes.cpp.
References llvm::Attribute::getKindAsEnum(), llvm::Attribute::getKindAsString(), and llvm::Attribute::isStringAttribute().
Definition at line 2150 of file Attributes.cpp.
References llvm::Attribute::getKindAsEnum(), and llvm::Attribute::isStringAttribute().
Definition at line 2155 of file Attributes.cpp.
References llvm::Attribute::getKindAsString(), and llvm::Attribute::isStringAttribute().