|
LLVM
3.7.0
|
#include <AttributeImpl.h>
Public Member Functions | |
| EnumAttributeImpl (Attribute::AttrKind Kind) | |
| Attribute::AttrKind | getEnumKind () const |
Public Member Functions inherited from llvm::AttributeImpl | |
| virtual | ~AttributeImpl () |
| bool | isEnumAttribute () const |
| bool | isIntAttribute () const |
| bool | isStringAttribute () const |
| bool | hasAttribute (Attribute::AttrKind A) const |
| bool | hasAttribute (StringRef Kind) const |
| Attribute::AttrKind | getKindAsEnum () const |
| uint64_t | getValueAsInt () const |
| StringRef | getKindAsString () const |
| StringRef | getValueAsString () const |
| bool | operator< (const AttributeImpl &AI) const |
| Used when sorting the attributes. More... | |
| void | Profile (FoldingSetNodeID &ID) const |
Public Member Functions inherited from llvm::FoldingSetImpl::Node | |
| Node () | |
| void * | getNextInBucket () const |
| void | SetNextInBucket (void *N) |
Protected Member Functions | |
| EnumAttributeImpl (AttrEntryKind ID, Attribute::AttrKind Kind) | |
Protected Member Functions inherited from llvm::AttributeImpl | |
| AttributeImpl (AttrEntryKind KindID) | |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AttributeImpl | |
| static void | Profile (FoldingSetNodeID &ID, Attribute::AttrKind Kind, uint64_t Val) |
| static void | Profile (FoldingSetNodeID &ID, StringRef Kind, StringRef Values) |
| static uint64_t | getAttrMask (Attribute::AttrKind Val) |
Protected Types inherited from llvm::AttributeImpl | |
| enum | AttrEntryKind { EnumAttrEntry, IntAttrEntry, StringAttrEntry } |
Definition at line 96 of file AttributeImpl.h.
|
inlineprotected |
Definition at line 101 of file AttributeImpl.h.
|
inline |
Definition at line 105 of file AttributeImpl.h.
|
inline |
Definition at line 108 of file AttributeImpl.h.
1.8.6