This is the complete list of members for llvm::AttributeSet, including all inherited members.
addAttribute(LLVMContext &C, Attribute::AttrKind Kind) const | llvm::AttributeSet | |
addAttribute(LLVMContext &C, StringRef Kind, StringRef Value=StringRef()) const | llvm::AttributeSet | |
addAttributes(LLVMContext &C, AttributeSet AS) const | llvm::AttributeSet | |
AttributeSet()=default | llvm::AttributeSet | |
AttributeSet(const AttributeSet &)=default | llvm::AttributeSet | |
begin() const | llvm::AttributeSet | |
DenseMapInfo | llvm::AttributeSet | friend |
dump() const | llvm::AttributeSet | |
end() const | llvm::AttributeSet | |
get(LLVMContext &C, const AttrBuilder &B) | llvm::AttributeSet | static |
get(LLVMContext &C, ArrayRef< Attribute > Attrs) | llvm::AttributeSet | static |
getAlignment() const | llvm::AttributeSet | |
getAllocKind() const | llvm::AttributeSet | |
getAllocSizeArgs() const | llvm::AttributeSet | |
getAsString(bool InAttrGrp=false) const | llvm::AttributeSet | |
getAttribute(Attribute::AttrKind Kind) const | llvm::AttributeSet | |
getAttribute(StringRef Kind) const | llvm::AttributeSet | |
getByRefType() const | llvm::AttributeSet | |
getByValType() const | llvm::AttributeSet | |
getDereferenceableBytes() const | llvm::AttributeSet | |
getDereferenceableOrNullBytes() const | llvm::AttributeSet | |
getElementType() const | llvm::AttributeSet | |
getInAllocaType() const | llvm::AttributeSet | |
getMemoryEffects() const | llvm::AttributeSet | |
getNoFPClass() const | llvm::AttributeSet | |
getNumAttributes() const | llvm::AttributeSet | |
getPreallocatedType() const | llvm::AttributeSet | |
getStackAlignment() const | llvm::AttributeSet | |
getStructRetType() const | llvm::AttributeSet | |
getUWTableKind() const | llvm::AttributeSet | |
getVScaleRangeMax() const | llvm::AttributeSet | |
getVScaleRangeMin() const | llvm::AttributeSet | |
hasAttribute(Attribute::AttrKind Kind) const | llvm::AttributeSet | |
hasAttribute(StringRef Kind) const | llvm::AttributeSet | |
hasAttributes() const | llvm::AttributeSet | inline |
hasParentContext(LLVMContext &C) const | llvm::AttributeSet | |
intersectWith(LLVMContext &C, AttributeSet Other) const | llvm::AttributeSet | |
iterator typedef | llvm::AttributeSet | |
operator!=(const AttributeSet &O) const | llvm::AttributeSet | inline |
operator==(const AttributeSet &O) const | llvm::AttributeSet | inline |
removeAttribute(LLVMContext &C, Attribute::AttrKind Kind) const | llvm::AttributeSet | |
removeAttribute(LLVMContext &C, StringRef Kind) const | llvm::AttributeSet | |
removeAttributes(LLVMContext &C, const AttributeMask &AttrsToRemove) const | llvm::AttributeSet | |
~AttributeSet()=default | llvm::AttributeSet | |