Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DAttributeImpl.h258 Type *getByRefType() const;
DAttributes.cpp754 Type *AttributeSet::getByRefType() const { in getByRefType() function in AttributeSet
755 return SetNode ? SetNode->getByRefType() : nullptr; in getByRefType()
866 Attr = Attribute::getWithByRefType(C, B.getByRefType()); in get()
960 Type *AttributeSetNode::getByRefType() const { in getByRefType() function in AttributeSetNode
1492 return getAttributes(Index + FirstArgIndex).getByRefType(); in getParamByRefType()
DFunction.cpp157 if (Type *ByRefTy = ParamAttrs.getByRefType()) in getMemoryParamAllocType()
DVerifier.cpp1781 Assert(Attrs.getByRefType() == PTy->getElementType(), in verifyParameterAttrs()
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h319 Type *getByRefType() const;
855 Type *getByRefType() const { return ByRefType; }