Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DAttributes.h347 Type *getPreallocatedType() const;
921 Type *getPreallocatedType() const {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributes.cpp703 Type *AttributeSet::getPreallocatedType() const { in getPreallocatedType() function in AttributeSet
1452 return getAttributes(Index + FirstArgIndex).getPreallocatedType(); in getParamPreallocatedType()
DFunction.cpp168 if (Type *PreAllocTy = ParamAttrs.getPreallocatedType()) in getMemoryParamAllocType()
DVerifier.cpp1788 Assert(Attrs.getPreallocatedType()->isSized(&Visited), in verifyParameterAttrs()
1808 Assert(Attrs.getPreallocatedType() == PTy->getElementType(), in verifyParameterAttrs()