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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
AttributeImpl.h 260 Type *getByRefType() const;
Attributes.cpp 830 Type *AttributeSet::getByRefType() const {
831 return SetNode ? SetNode->getByRefType() : nullptr;
959 Attr = Attribute::getWithByRefType(C, B.getByRefType());
1061 Type *AttributeSetNode::getByRefType() const {
1628 return getAttributes(Index + FirstArgIndex).getByRefType();
Function.cpp 161 if (Type *ByRefTy = ParamAttrs.getByRefType())
Verifier.cpp 1857 Assert(Attrs.getByRefType() == PTy->getElementType(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 334 Type *getByRefType() const;
907 Type *getByRefType() const { return ByRefType; }

Completed in 27 milliseconds