Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h113 static Attribute getWithPreallocatedType(LLVMContext &Context, Type *Ty);
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp183 Attribute Attribute::getWithPreallocatedType(LLVMContext &Context, Type *Ty) { in getWithPreallocatedType() function in Attribute
869 Attr = Attribute::getWithPreallocatedType(C, B.getPreallocatedType()); in get()