Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h761 bool hasAttributesAtIndex(unsigned Index) const;
775 return hasAttributesAtIndex(ArgNo + FirstArgIndex);
789 bool hasRetAttrs() const { return hasAttributesAtIndex(ReturnIndex); }
798 bool hasFnAttrs() const { return hasAttributesAtIndex(FunctionIndex); }
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp1475 bool AttributeList::hasAttributesAtIndex(unsigned Index) const { in hasAttributesAtIndex() function in AttributeList