Home
last modified time | relevance | path

Searched refs:getByValType (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h332 Type *getByValType() const;
901 Type *getByValType() const { return ByValType; }
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h258 Type *getByValType() const;
H A DAttributes.cpp834 Type *AttributeSet::getByValType() const { in getByValType() function in AttributeSet
835 return SetNode ? SetNode->getByValType() : nullptr; in getByValType()
953 Attr = Attribute::getWithByValType(C, B.getByValType()); in get()
1049 Type *AttributeSetNode::getByValType() const { in getByValType() function in AttributeSetNode
1620 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
H A DFunction.cpp159 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType()
H A DVerifier.cpp1861 if (Attrs.hasAttribute(Attribute::ByVal) && Attrs.getByValType()) { in verifyParameterAttrs()
1862 Assert(Attrs.getByValType() == PTy->getElementType(), in verifyParameterAttrs()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp493 if (ArgAttrs.getByValType()) { in promoteCall()