Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h114 static Attribute getWithStructRetType(LLVMContext &Context, Type *Ty);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp186 Attribute Attribute::getWithStructRetType(LLVMContext &Context, Type *Ty) { in getWithStructRetType() function in Attribute
956 Attr = Attribute::getWithStructRetType(C, B.getStructRetType()); in get()
H A DCore.cpp150 return wrap(Attribute::getWithStructRetType(Ctx, NULL)); in LLVMCreateEnumAttribute()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3386 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in parseFunctionRecord()
3873 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in propagateByValSRetTypes()