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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 332 Type *getByValType() const;
901 Type *getByValType() const { return ByValType; }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 834 Type *AttributeSet::getByValType() const {
835 return SetNode ? SetNode->getByValType() : nullptr;
953 Attr = Attribute::getWithByValType(C, B.getByValType());
1049 Type *AttributeSetNode::getByValType() const {
1620 return getAttributes(Index+FirstArgIndex).getByValType();

Completed in 46 milliseconds