Lines Matching refs:getObjFileLowering
212 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter
213 return *TM.getObjFileLowering(); in getObjFileLowering()
252 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization()
427 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix()
504 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable()
513 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in EmitGlobalVariable()
531 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable()
548 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable()
574 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable()
589 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in EmitGlobalVariable()
651 OutStreamer->SwitchSection(getObjFileLowering().SectionForGlobal(&F, TM)); in EmitFunctionHeader()
1008 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()
1288 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in computeGlobalGOTEquivs()
1305 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalGOTEquivs()
1397 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in doFinalization()
1508 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization()
1541 const auto &TLOF = getObjFileLowering(); in doFinalization()
1673 MCSection *S = getObjFileLowering().getSectionForConstant(getDataLayout(), in EmitConstantPool()
1745 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in EmitJumpTableInfo()
1976 const TargetLoweringObjectFile &Obj = getObjFileLowering(); in EmitXXStructorList()
2015 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); in EmitModuleCommandLines()
2223 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM); in lowerConstant()
2589 if (!AP.getObjFileLowering().supportGOTPCRelWithOffset() && GOTPCRelCst != 0) in handleIndirectSymViaGOTPCRel()
2612 *ME = AP.getObjFileLowering().getIndirectSymViaGOTPCRel( in handleIndirectSymViaGOTPCRel()
2695 if (AP.getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalConstantImpl()
2752 getObjFileLowering().getSectionForConstant(DL, Kind, C, Align))) { in GetCPISymbol()
2784 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, TM); in getSymbolWithGlobalValueBase()