Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h374 Type *getStructRetType() const;
1142 Type *getStructRetType() const { return getTypeAttr(Attribute::StructRet); }
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp800 Type *AttributeSet::getStructRetType() const { in getStructRetType() function in AttributeSet
1519 return getAttributes(Index + FirstArgIndex).getStructRetType(); in getParamStructRetType()
H A DFunction.cpp171 if (Type *SRetTy = ParamAttrs.getStructRetType()) in getMemoryParamAllocType()