Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DAttributes.h147 static Attribute getWithPreallocatedType(LLVMContext &Context, Type *Ty);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DAttributes.cpp201 Attribute Attribute::getWithPreallocatedType(LLVMContext &Context, Type *Ty) { in getWithPreallocatedType() function in Attribute