Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DAttributesTest.cpp80 Attribute StackAlignAttr = Attribute::getWithStackAlignment(C, Align(32)); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h132 static Attribute getWithStackAlignment(LLVMContext &Context, Align Alignment);
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp169 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) { in getWithStackAlignment() function in Attribute