Home
last modified time | relevance | path

Searched refs:hasAttributesAtIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h802 bool hasAttributesAtIndex(unsigned Index) const;
816 return hasAttributesAtIndex(ArgNo + FirstArgIndex);
830 bool hasRetAttrs() const { return hasAttributesAtIndex(ReturnIndex); }
839 bool hasFnAttrs() const { return hasAttributesAtIndex(FunctionIndex); }
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1641 bool AttributeList::hasAttributesAtIndex(unsigned Index) const { in hasAttributesAtIndex() function in AttributeList