Lines Matching refs:getObjFileLowering
128 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const {
129 return TM.getTargetLowering()->getObjFileLowering();
162 const_cast<TargetLoweringObjectFile&>(getObjFileLowering())
302 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
313 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
331 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
342 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
372 TheSection = getObjFileLowering().getTLSBSSSection();
387 = getObjFileLowering().getTLSExtraDataSection();
433 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM));
888 getObjFileLowering().emitModuleFlags(OutStreamer, ModuleFlags, Mang, TM);
1029 const MCSection *S = getObjFileLowering().getSectionForConstant(Kind);
1101 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F,Mang,TM));
1105 getObjFileLowering().getSectionForConstant(SectionKind::getReadOnly());
1285 if (GV && getObjFileLowering().shouldEmitUsedDirectiveFor(GV, Mang))
1331 getObjFileLowering().getStaticCtorSection(Structors[i].first) :
1332 getObjFileLowering().getStaticDtorSection(Structors[i].first));