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

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 394 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM);
410 if (GVKind.isCommon() || GVKind.isBSSLocal()) {
415 if (GVKind.isCommon()) {
427 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
458 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
462 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) {
482 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) {
487 if (GVKind.isThreadBSS()) {
490 } else if (GVKind.isThreadData())
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 776 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM);
777 const MCSection *TheSection = SectionForGlobal(GV, GVKind, Mang, TM);
    [all...]

Completed in 48 milliseconds