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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 1749 ByRefType = nullptr;
1771 ByRefType = Attr.getValueAsType();
1806 ByRefType = nullptr;
1930 ByRefType = Ty;
1969 if (!ByRefType)
1970 ByRefType = B.ByRefType;
2012 if (B.ByRefType)
2013 ByRefType = nullptr;
2083 StructRetType == B.StructRetType && ByRefType == B.ByRefType &
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 815 Type *ByRefType = nullptr;
907 Type *getByRefType() const { return ByRefType; }

Completed in 18 milliseconds