Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h143 static Attribute getWithStructRetType(LLVMContext &Context, Type *Ty);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp194 Attribute Attribute::getWithStructRetType(LLVMContext &Context, Type *Ty) { in getWithStructRetType() function in Attribute
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4041 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in parseFunctionRecord()
4582 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in propagateAttributeTypes()