Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h116 static Attribute getWithPreallocatedType(LLVMContext &Context, Type *Ty);
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp194 Attribute Attribute::getWithPreallocatedType(LLVMContext &Context, Type *Ty) { in getWithPreallocatedType() function in Attribute
962 Attr = Attribute::getWithPreallocatedType(C, B.getPreallocatedType()); in get()