Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h370 Type *getByRefType() const;
1132 Type *getByRefType() const { return getTypeAttr(Attribute::ByRef); }
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp722 Type *AttributeSet::getByRefType() const { in getByRefType() function in AttributeSet
1449 return getAttributes(Index + FirstArgIndex).getByRefType(); in getParamByRefType()
H A DFunction.cpp165 if (Type *ByRefTy = ParamAttrs.getByRefType()) in getMemoryParamAllocType()
H A DVerifier.cpp1852 Check(Attrs.getByRefType()->isSized(&Visited), in verifyParameterAttrs()
1872 Check(Attrs.getByRefType() == PTy->getNonOpaquePointerElementType(), in verifyParameterAttrs()