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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h111 static Attribute getWithPreallocatedType(LLVMContext &Context, Type *Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp175 Attribute Attribute::getWithPreallocatedType(LLVMContext &Context, Type *Ty) { function in class:Attribute
846 Attr = Attribute::getWithPreallocatedType(C, B.getPreallocatedType());

Completed in 48 milliseconds