Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h111 static Attribute getWithStructRetType(LLVMContext &Context, Type *Ty);
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp175 Attribute Attribute::getWithStructRetType(LLVMContext &Context, Type *Ty) { in getWithStructRetType() function in Attribute
863 Attr = Attribute::getWithStructRetType(C, B.getStructRetType()); in get()
DCore.cpp151 return wrap(Attribute::getWithStructRetType(Ctx, NULL)); in LLVMCreateEnumAttribute()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3313 : Attribute::getWithStructRetType(Context, PtrEltTy); in parseFunctionRecord()
3789 : Attribute::getWithStructRetType(Context, PtrEltTy); in propagateByValSRetTypes()