Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/ !
H A DAttributes.h145 static Attribute getWithStackAlignment(LLVMContext &Context, Align Alignment);
/src/contrib/llvm-project/llvm/lib/IR/ !
H A DAttributes.cpp237 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) { in getWithStackAlignment() function in Attribute