Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h378 Type *getPreallocatedType() const;
1098 Type *getPreallocatedType() const {
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp823 Type *AttributeSet::getPreallocatedType() const { in getPreallocatedType() function in AttributeSet
1556 return getAttributes(Index + FirstArgIndex).getPreallocatedType(); in getParamPreallocatedType()
H A DFunction.cpp189 if (Type *PreAllocTy = ParamAttrs.getPreallocatedType()) in getMemoryParamAllocType()
H A DVerifier.cpp1976 Check(Attrs.getPreallocatedType()->isSized(&Visited), in verifyParameterAttrs()