Searched refs:getWithAlignment (Results 1 – 4 of 4) sorted by relevance
93 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
108 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { in getWithAlignment() function in Attribute773 Attr = Attribute::getWithAlignment(C, B.getAlignment()); in get()
1980 Attrs.addAttribute(llvm::Attribute::getWithAlignment(getLLVMContext(), in ConstructAttributeList()