Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DAttributeImpl.h259 Type *getPreallocatedType() const;
DAttributes.cpp766 Type *AttributeSet::getPreallocatedType() const { in getPreallocatedType() function in AttributeSet
767 return SetNode ? SetNode->getPreallocatedType() : nullptr; in getPreallocatedType()
869 Attr = Attribute::getWithPreallocatedType(C, B.getPreallocatedType()); in get()
966 Type *AttributeSetNode::getPreallocatedType() const { in getPreallocatedType() function in AttributeSetNode
1496 return getAttributes(Index + FirstArgIndex).getPreallocatedType(); in getParamPreallocatedType()
DFunction.cpp159 if (Type *PreAllocTy = ParamAttrs.getPreallocatedType()) in getMemoryParamAllocType()
DVerifier.cpp1791 Assert(Attrs.getPreallocatedType() == PTy->getElementType(), in verifyParameterAttrs()
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h320 Type *getPreallocatedType() const;
858 Type *getPreallocatedType() const { return PreallocatedType; }