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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h306 Type *getPreallocatedType() const;
812 Type *getPreallocatedType() const { return PreallocatedType; } function in class:llvm::AttrBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h254 Type *getPreallocatedType() const;
H A DAttributes.cpp749 Type *AttributeSet::getPreallocatedType() const { function in class:AttributeSet
750 return SetNode ? SetNode->getPreallocatedType() : nullptr;
846 Attr = Attribute::getWithPreallocatedType(C, B.getPreallocatedType());
931 Type *AttributeSetNode::getPreallocatedType() const { function in class:AttributeSetNode
1456 return getAttributes(Index + FirstArgIndex).getPreallocatedType();
H A DFunction.cpp140 if (Type *PreAllocTy = ParamAttrs.getPreallocatedType())
H A DVerifier.cpp1708 Assert(Attrs.getPreallocatedType() ==

Completed in 117 milliseconds