Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:getObjFileLowering

134 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const {
135 return *TM.getObjFileLowering();
179 const_cast<TargetLoweringObjectFile&>(getObjFileLowering())
416 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
427 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
445 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
458 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
488 TheSection = getObjFileLowering().getTLSBSSSection();
503 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection();
551 getObjFileLowering().SectionForGlobal(F, *Mang, TM));
1023 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel())
1040 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel())
1087 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
1190 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant(
1283 getObjFileLowering().getSectionForConstant(getDataLayout(), Kind, C);
1355 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
1595 const TargetLoweringObjectFile &Obj = getObjFileLowering();
1728 = getObjFileLowering().getExecutableRelativeSymbol(CE, *Mang, TM))
2156 if (!AP.getObjFileLowering().supportGOTPCRelWithOffset() && GOTPCRelCst != 0)
2180 *ME = AP.getObjFileLowering().getIndirectSymViaGOTPCRel(
2263 if (AP.getObjFileLowering().supportIndirectSymViaGOTPCRel())
2333 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, *Mang,