Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h93 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
/external/llvm/include/llvm/IR/
DAttributes.h93 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
/external/llvm/lib/IR/
DAttributes.cpp108 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { in getWithAlignment() function in Attribute
773 Attr = Attribute::getWithAlignment(C, B.getAlignment()); in get()
/external/clang/lib/CodeGen/
DCGCall.cpp1980 Attrs.addAttribute(llvm::Attribute::getWithAlignment(getLLVMContext(), in ConstructAttributeList()