This is the complete list of members for llvm::Attribute, including all inherited members.
| Attribute() | llvm::Attribute | inline |
| AttrKind enum name | llvm::Attribute | |
| EndAttrKinds enum value | llvm::Attribute | |
| fromRawPointer(void *RawPtr) | llvm::Attribute | inlinestatic |
| get(LLVMContext &Context, AttrKind Kind, uint64_t Val=0) | llvm::Attribute | static |
| get(LLVMContext &Context, StringRef Kind, StringRef Val=StringRef()) | llvm::Attribute | static |
| getAlignment() const | llvm::Attribute | |
| getAllocSizeArgs() const | llvm::Attribute | |
| getAsString(bool InAttrGrp=false) const | llvm::Attribute | |
| getDereferenceableBytes() const | llvm::Attribute | |
| getDereferenceableOrNullBytes() const | llvm::Attribute | |
| getKindAsEnum() const | llvm::Attribute | |
| getKindAsString() const | llvm::Attribute | |
| getRawPointer() const | llvm::Attribute | inline |
| getStackAlignment() const | llvm::Attribute | |
| getValueAsInt() const | llvm::Attribute | |
| getValueAsString() const | llvm::Attribute | |
| getWithAlignment(LLVMContext &Context, uint64_t Align) | llvm::Attribute | static |
| getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, const Optional< unsigned > &NumElemsArg) | llvm::Attribute | static |
| getWithDereferenceableBytes(LLVMContext &Context, uint64_t Bytes) | llvm::Attribute | static |
| getWithDereferenceableOrNullBytes(LLVMContext &Context, uint64_t Bytes) | llvm::Attribute | static |
| getWithStackAlignment(LLVMContext &Context, uint64_t Align) | llvm::Attribute | static |
| hasAttribute(AttrKind Val) const | llvm::Attribute | |
| hasAttribute(StringRef Val) const | llvm::Attribute | |
| isEnumAttribute() const | llvm::Attribute | |
| isIntAttribute() const | llvm::Attribute | |
| isStringAttribute() const | llvm::Attribute | |
| None enum value | llvm::Attribute | |
| operator!=(Attribute A) const | llvm::Attribute | inline |
| operator<(Attribute A) const | llvm::Attribute | |
| operator==(Attribute A) const | llvm::Attribute | inline |
| Profile(FoldingSetNodeID &ID) const | llvm::Attribute | inline |