reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Attributes.h
  556   bool hasAttributes(unsigned Index) const;

References

include/llvm/IR/Attributes.h
  570     return hasAttributes(ArgNo + FirstArgIndex);
lib/IR/AsmWriter.cpp
 3408   if (Attrs.hasAttributes(AttributeList::FunctionIndex)) {
 3446   if (Attrs.hasAttributes(AttributeList::ReturnIndex))
 3493   if (Attrs.hasAttributes(AttributeList::FunctionIndex))
 3851     if (PAL.hasAttributes(AttributeList::ReturnIndex))
 3880     if (PAL.hasAttributes(AttributeList::FunctionIndex))
 3896     if (PAL.hasAttributes(AttributeList::ReturnIndex))
 3918     if (PAL.hasAttributes(AttributeList::FunctionIndex))
 3939     if (PAL.hasAttributes(AttributeList::ReturnIndex))
 3958     if (PAL.hasAttributes(AttributeList::FunctionIndex))
lib/IR/Verifier.cpp
 1771   if (!Attrs.hasAttributes(AttributeList::FunctionIndex))
tools/clang/lib/CodeGen/CodeGenModule.cpp
 3206   if (ExtraAttrs.hasAttributes(llvm::AttributeList::FunctionIndex)) {
unittests/IR/AttributesTest.cpp
  100   EXPECT_TRUE(AL.hasAttributes(0));