Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DAttributes.h136 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
/external/llvm/lib/IR/
DAttributes.cpp78 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { in getWithAlignment() function in Attribute
671 getWithAlignment(C, B.getAlignment()))); in get()