Home
last modified time | relevance | path

Searched refs:getWithStackAlignment (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DAttributes.h91 static Attribute getWithStackAlignment(LLVMContext &Context, uint64_t Align);
/external/llvm/lib/IR/
DAttributes.cpp84 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, in getWithStackAlignment() function in Attribute
699 Attr = Attribute::getWithStackAlignment(C, B.getStackAlignment()); in get()