Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h132 static Attribute getWithInAllocaType(LLVMContext &Context, Type *Ty);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp204 Attribute Attribute::getWithInAllocaType(LLVMContext &Context, Type *Ty) { in getWithInAllocaType() function in Attribute
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3354 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy); in parseFunctionRecord()
3835 NewAttr = Attribute::getWithInAllocaType(Context, PtrEltTy); in propagateAttributeTypes()