Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h129 static Attribute getWithStructRetType(LLVMContext &Context, Type *Ty);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp192 Attribute Attribute::getWithStructRetType(LLVMContext &Context, Type *Ty) { in getWithStructRetType() function in Attribute
H A DCore.cpp150 return wrap(Attribute::getWithStructRetType(Ctx, NULL)); in LLVMCreateEnumAttribute()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3351 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in parseFunctionRecord()
3832 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in propagateAttributeTypes()