Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h154 LLVM_ABI static Attribute getWithStackAlignment(LLVMContext &Context,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp239 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) { in getWithStackAlignment() function in Attribute
H A DAutoUpgrade.cpp5307 Idx, Attribute::getWithStackAlignment(GV->getContext(), StackAlign)); in upgradeSingleNVVMAnnotation()