Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h335 Type *getPreallocatedType() const;
910 Type *getPreallocatedType() const { return PreallocatedType; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h261 Type *getPreallocatedType() const;
H A DAttributes.cpp842 Type *AttributeSet::getPreallocatedType() const { in getPreallocatedType() function in AttributeSet
843 return SetNode ? SetNode->getPreallocatedType() : nullptr; in getPreallocatedType()
962 Attr = Attribute::getWithPreallocatedType(C, B.getPreallocatedType()); in get()
1067 Type *AttributeSetNode::getPreallocatedType() const { in getPreallocatedType() function in AttributeSetNode
1632 return getAttributes(Index + FirstArgIndex).getPreallocatedType(); in getParamPreallocatedType()
H A DFunction.cpp163 if (Type *PreAllocTy = ParamAttrs.getPreallocatedType()) in getMemoryParamAllocType()
H A DVerifier.cpp1867 Assert(Attrs.getPreallocatedType() == PTy->getElementType(), in verifyParameterAttrs()