Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h336 Type *getInAllocaType() const;
913 Type *getInAllocaType() const { return InAllocaType; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h262 Type *getInAllocaType() const;
H A DAttributes.cpp846 Type *AttributeSet::getInAllocaType() const { in getInAllocaType() function in AttributeSet
847 return SetNode ? SetNode->getInAllocaType() : nullptr; in getInAllocaType()
965 Attr = Attribute::getWithInAllocaType(C, B.getInAllocaType()); in get()
1073 Type *AttributeSetNode::getInAllocaType() const { in getInAllocaType() function in AttributeSetNode
1636 return getAttributes(Index + FirstArgIndex).getInAllocaType(); in getParamInAllocaType()
H A DFunction.cpp165 if (Type *InAllocaTy = ParamAttrs.getInAllocaType()) in getMemoryParamAllocType()
H A DVerifier.cpp1872 Assert(Attrs.getInAllocaType() == PTy->getElementType(), in verifyParameterAttrs()