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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  515   if (GVKind.isCommon()) {
  526   MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM);
  530   if (GVKind.isBSS() && MAI->hasMachoZeroFillDirective() &&
  542   if (GVKind.isBSSLocal() &&
  579   if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) {
  584     if (GVKind.isThreadBSS()) {
  587     } else if (GVKind.isThreadData()) {