Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h148 static Attribute getWithInAllocaType(LLVMContext &Context, Type *Ty);
/openbsd/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp205 Attribute Attribute::getWithInAllocaType(LLVMContext &Context, Type *Ty) { in getWithInAllocaType() function in Attribute
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4007 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy); in parseFunctionRecord()
4548 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy); in propagateAttributeTypes()