Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h94 static Attribute getWithStackAlignment(LLVMContext &Context, uint64_t Align);
/external/llvm/include/llvm/IR/
DAttributes.h94 static Attribute getWithStackAlignment(LLVMContext &Context, uint64_t Align);
/external/llvm/lib/IR/
DAttributes.cpp114 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, in getWithStackAlignment() function in Attribute
776 Attr = Attribute::getWithStackAlignment(C, B.getStackAlignment()); in get()