Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h158 static Attribute getWithPreallocatedType(LLVMContext &Context, Type *Ty);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp266 Attribute Attribute::getWithPreallocatedType(LLVMContext &Context, Type *Ty) { in getWithPreallocatedType() function in Attribute