Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h346 Type *getByRefType() const;
918 Type *getByRefType() const { return getTypeAttr(Attribute::ByRef); }
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp691 Type *AttributeSet::getByRefType() const { in getByRefType() function in AttributeSet
1448 return getAttributes(Index + FirstArgIndex).getByRefType(); in getParamByRefType()
H A DFunction.cpp166 if (Type *ByRefTy = ParamAttrs.getByRefType()) in getMemoryParamAllocType()
H A DVerifier.cpp1778 Assert(Attrs.getByRefType()->isSized(&Visited), in verifyParameterAttrs()
1798 Assert(Attrs.getByRefType() == PTy->getElementType(), in verifyParameterAttrs()