Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h143 static Attribute getWithStructRetType(LLVMContext &Context, Type *Ty);
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp190 Attribute Attribute::getWithStructRetType(LLVMContext &Context, Type *Ty) { in getWithStructRetType() function in Attribute
H A DCore.cpp159 return wrap(Attribute::getWithStructRetType(Ctx, nullptr)); in LLVMCreateEnumAttribute()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3869 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in parseFunctionRecord()
4380 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in propagateAttributeTypes()