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

/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h126 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAttributes.cpp76 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { function in class:Attribute
612 getWithAlignment(C, B.getAlignment())));

Completed in 210 milliseconds