Home
last modified time | relevance | path

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

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