HomeSort by: relevance | last modified time | path
    Searched refs:getInAllocaType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
AttributeImpl.h 262 Type *getInAllocaType() const;
Attributes.cpp 846 Type *AttributeSet::getInAllocaType() const {
847 return SetNode ? SetNode->getInAllocaType() : nullptr;
965 Attr = Attribute::getWithInAllocaType(C, B.getInAllocaType());
1073 Type *AttributeSetNode::getInAllocaType() const {
1636 return getAttributes(Index + FirstArgIndex).getInAllocaType();
Function.cpp 165 if (Type *InAllocaTy = ParamAttrs.getInAllocaType())
Verifier.cpp 1872 Assert(Attrs.getInAllocaType() == PTy->getElementType(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 336 Type *getInAllocaType() const;
913 Type *getInAllocaType() const { return InAllocaType; }

Completed in 79 milliseconds