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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 334 Type *getByRefType() const;
907 Type *getByRefType() const { return ByRefType; }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
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();

Completed in 20 milliseconds