Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h334 Type *getByRefType() const;
907 Type *getByRefType() const { return ByRefType; }
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h260 Type *getByRefType() const;
H A DAttributes.cpp830 Type *AttributeSet::getByRefType() const { in getByRefType() function in AttributeSet
831 return SetNode ? SetNode->getByRefType() : nullptr; in getByRefType()
959 Attr = Attribute::getWithByRefType(C, B.getByRefType()); in get()
1061 Type *AttributeSetNode::getByRefType() const { in getByRefType() function in AttributeSetNode
1628 return getAttributes(Index + FirstArgIndex).getByRefType(); in getParamByRefType()
H A DFunction.cpp161 if (Type *ByRefTy = ParamAttrs.getByRefType()) in getMemoryParamAllocType()
H A DVerifier.cpp1857 Assert(Attrs.getByRefType() == PTy->getElementType(), in verifyParameterAttrs()