Searched refs:getWithStackAlignment (Results 1 – 3 of 3) sorted by relevance
93 static Attribute getWithStackAlignment(LLVMContext &Context, uint64_t Align);
99 static Attribute getWithStackAlignment(LLVMContext &Context, Align Alignment);
150 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) { in getWithStackAlignment() function in Attribute787 Attr = Attribute::getWithStackAlignment(C, *B.getStackAlignment()); in get()