Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:GVKind

362   SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM);
378 if (GVKind.isCommon() || GVKind.isBSSLocal()) {
383 if (GVKind.isCommon()) {
395 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
424 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
428 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) {
448 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) {
453 if (GVKind.isThreadBSS()) {
456 } else if (GVKind.isThreadData()) {