Home
last modified time | relevance | path

Searched refs:getWithInAllocaType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h117 static Attribute getWithInAllocaType(LLVMContext &Context, Type *Ty);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp198 Attribute Attribute::getWithInAllocaType(LLVMContext &Context, Type *Ty) { in getWithInAllocaType() function in Attribute
965 Attr = Attribute::getWithInAllocaType(C, B.getInAllocaType()); in get()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3389 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy); in parseFunctionRecord()
3876 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy); in propagateByValSRetTypes()