Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h134 static Attribute getWithStackAlignment(LLVMContext &Context, Align Alignment);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp172 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) { in getWithStackAlignment() function in Attribute