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 184 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, *this);
187 const MCSection *TheSection = TLOF.SectionForGlobal(GV, GVKind, Mang, *this);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 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())
    [all...]

Completed in 66 milliseconds