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.h169 LLVM_ABI static Attribute getWithStructRetType(LLVMContext &Context,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp260 Attribute Attribute::getWithStructRetType(LLVMContext &Context, Type *Ty) { in getWithStructRetType() function in Attribute
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4289 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in parseFunctionRecord()
4829 NewAttr = Attribute::getWithStructRetType(Context, PtrEltTy); in propagateAttributeTypes()