Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.h98 static Attribute getWithStackAlignment(LLVMContext &Context, uint64_t Align);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAttributes.cpp131 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, in getWithStackAlignment() function in Attribute
697 Attr = Attribute::getWithStackAlignment(C, B.getStackAlignment()); in get()