Searched refs:GVKind (Results 1 - 2 of 2) sorted by last modified time

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp362 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); local
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
[all...]
/external/llvm/lib/Target/
H A DTargetMachine.cpp184 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, *this); local
187 const MCSection *TheSection = TLOF.SectionForGlobal(GV, GVKind, Mang, *this);

Completed in 106 milliseconds