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

  /external/llvm/lib/Target/
TargetMachine.cpp 179 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, *this);
181 const MCSection *TheSection = TLOF->SectionForGlobal(GV, GVKind, Mang, *this);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 376 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM);
392 if (GVKind.isCommon() || GVKind.isBSSLocal()) {
397 if (GVKind.isCommon()) {
409 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
438 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
442 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) {
462 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) {
467 if (GVKind.isThreadBSS()) {
470 } else if (GVKind.isThreadData())
    [all...]

Completed in 49 milliseconds