|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Attributes.h 553 bool hasAttribute(unsigned Index, StringRef Kind) const;
References
include/llvm/IR/Attributes.h 565 return hasAttribute(ArgNo + FirstArgIndex, Kind);
include/llvm/IR/InstrTypes.h 2114 if (Attrs.hasAttribute(AttributeList::FunctionIndex, Kind))
lib/IR/Attributes.cpp 1219 if (!hasAttribute(Index, Kind)) return *this;
1319 return hasAttribute(AttributeList::FunctionIndex, Kind);
lib/IR/Instructions.cpp 351 return F->getAttributes().hasAttribute(AttributeList::FunctionIndex, Kind);
lib/Transforms/IPO/Attributor.cpp 267 if (Attrs.hasAttribute(AttrIdx, Kind))
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 1403 if (CSAS.hasAttribute(AttributeList::FunctionIndex, DeoptLowering))