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

References

lib/Object/ModuleSymbolTable.cpp
  191   if (GV->isDeclarationForLinker())
  193   else if (GV->hasHiddenVisibility() && !GV->hasLocalLinkage())
  193   else if (GV->hasHiddenVisibility() && !GV->hasLocalLinkage())
  195   if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV)) {
  199   if (dyn_cast_or_null<Function>(GV->getBaseObject()))
  201   if (isa<GlobalAlias>(GV))
  203   if (GV->hasPrivateLinkage())
  205   if (!GV->hasLocalLinkage())
  207   if (GV->hasCommonLinkage())
  209   if (GV->hasLinkOnceLinkage() || GV->hasWeakLinkage() ||
  209   if (GV->hasLinkOnceLinkage() || GV->hasWeakLinkage() ||
  210       GV->hasExternalWeakLinkage())
  213   if (GV->getName().startswith("llvm."))
  215   else if (auto *Var = dyn_cast<GlobalVariable>(GV)) {