Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h147 static Attribute getWithPreallocatedType(LLVMContext &Context, Type *Ty);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp201 Attribute Attribute::getWithPreallocatedType(LLVMContext &Context, Type *Ty) { in getWithPreallocatedType() function in Attribute