LLVM 22.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 2088 of file Attributes.cpp.
Definition at line 2089 of file Attributes.cpp.
References llvm::Attribute::getKindAsEnum(), llvm::Attribute::getKindAsString(), and llvm::Attribute::isStringAttribute().
Definition at line 2102 of file Attributes.cpp.
References llvm::Attribute::getKindAsEnum(), and llvm::Attribute::isStringAttribute().
Definition at line 2107 of file Attributes.cpp.
References llvm::Attribute::getKindAsString(), and llvm::Attribute::isStringAttribute().