Searched defs:GVKind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp288 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); local
299 if (GVKind.isCommon() || GVKind.isBSSLocal()) {
304 if (GVKind.isCommon()) {
316 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
340 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
344 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) {
364 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) {
369 if (GVKind.isThreadBSS())
371 else if (GVKind
[all...]

Completed in 80 milliseconds