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

References

lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  967     if (V->hasExternalLinkage()) {
  968       if (isa<GlobalVariable>(V)) {
  969         const GlobalVariable *GVar = cast<GlobalVariable>(V);
  976       } else if (V->isDeclaration())
  980     } else if (V->hasAppendingLinkage()) {
  984       if (V->hasName())
  985         msg.append(V->getName());
  988     } else if (!V->hasInternalLinkage() &&
  989                !V->hasPrivateLinkage()) {