Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:getObjFileLowering

132 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const {
133 return TM.getTargetLowering()->getObjFileLowering();
163 const_cast<TargetLoweringObjectFile&>(getObjFileLowering())
305 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
316 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
329 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
340 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
384 = getObjFileLowering().getTLSExtraDataSection();
430 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM));
881 getObjFileLowering().emitModuleFlags(OutStreamer, ModuleFlags, Mang, TM);
1022 const MCSection *S = getObjFileLowering().getSectionForConstant(Kind);
1094 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F,Mang,TM));
1098 getObjFileLowering().getSectionForConstant(SectionKind::getReadOnly());
1283 if (GV && getObjFileLowering().shouldEmitUsedDirectiveFor(GV, Mang))
1329 getObjFileLowering().getStaticCtorSection(Structors[i].first) :
1330 getObjFileLowering().getStaticDtorSection(Structors[i].first));