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

References

include/llvm/IR/GlobalVariable.h
  209     return Attrs.hasAttributes();
lib/AsmParser/LLParser.cpp
 2659     if (ArgList[i].Attrs.hasAttributes())
lib/Bitcode/Writer/BitcodeWriter.cpp
  798       if (AS.hasAttributes())
lib/Bitcode/Writer/ValueEnumerator.cpp
  932     if (!AS.hasAttributes())
lib/Bitcode/Writer/ValueEnumerator.h
  184     if (!Group.second.hasAttributes())
lib/IR/AsmWriter.cpp
  938     if (Attrs.hasAttributes())
  969     if (FnAttrs.hasAttributes())
 1007         if (Attrs.hasAttributes())
 1211   assert(AS.hasAttributes() && "Doesn't need a slot!");
 2531   if (Attrs.hasAttributes())
 3312   if (Attrs.hasAttributes())
 3464       if (ArgAttrs.hasAttributes())
 3551   if (Attrs.hasAttributes())
lib/IR/Attributes.cpp
  614   if (!hasAttributes())
  617   if (!AS.hasAttributes())
 1022                          return !Pair.second.hasAttributes();
 1047     if (ArgAttrs[I - 1].hasAttributes()) {
 1055     if (RetAttrs.hasAttributes())
 1057     else if (FnAttrs.hasAttributes())
 1311   return getAttributes(Index).hasAttributes();
 1412     if (getAttributes(i).hasAttributes())
lib/IR/Verifier.cpp
 1587   if (!Attrs.hasAttributes())