Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h411 Type *getPreallocatedType() const;
1141 Type *getPreallocatedType() const {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp953 Type *AttributeSet::getPreallocatedType() const { in getPreallocatedType() function in AttributeSet
1693 return getAttributes(Index + FirstArgIndex).getPreallocatedType(); in getParamPreallocatedType()
H A DFunction.cpp199 if (Type *PreAllocTy = ParamAttrs.getPreallocatedType()) in getMemoryParamAllocType()
H A DVerifier.cpp2048 Check(Attrs.getPreallocatedType()->isSized(&Visited), in verifyParameterAttrs()
2051 DL.getTypeAllocSize(Attrs.getPreallocatedType()).getKnownMinValue() < in verifyParameterAttrs()