• Home
  • Raw
  • Download

Lines Matching refs:getObjFileLowering

137 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const {  in getObjFileLowering()  function in AsmPrinter
138 return *TM.getObjFileLowering(); in getObjFileLowering()
182 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization()
418 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable()
428 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM); in EmitGlobalVariable()
446 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable()
463 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable()
489 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable()
504 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in EmitGlobalVariable()
554 getObjFileLowering().SectionForGlobal(F, *Mang, TM)); in EmitFunctionHeader()
1030 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in computeGlobalGOTEquivs()
1047 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalGOTEquivs()
1140 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in doFinalization()
1224 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization()
1316 MCSection *S = getObjFileLowering().getSectionForConstant(getDataLayout(), in EmitConstantPool()
1389 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in EmitJumpTableInfo()
1630 const TargetLoweringObjectFile &Obj = getObjFileLowering(); in EmitXXStructorList()
1846 const MCExpr *RelocExpr = getObjFileLowering().lowerRelativeReference( in lowerConstant()
2211 if (!AP.getObjFileLowering().supportGOTPCRelWithOffset() && GOTPCRelCst != 0) in handleIndirectSymViaGOTPCRel()
2235 *ME = AP.getObjFileLowering().getIndirectSymViaGOTPCRel( in handleIndirectSymViaGOTPCRel()
2318 if (AP.getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalConstantImpl()
2388 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, *Mang, in getSymbolWithGlobalValueBase()