Lines Matching refs:getObjFileLowering
383 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter
384 return *TM.getObjFileLowering(); in getObjFileLowering()
443 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization()
446 const_cast<TargetLoweringObjectFile &>(getObjFileLowering()) in doInitialization()
673 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix()
778 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
795 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()
834 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()
849 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in emitGlobalVariable()
940 MF->setSection(getObjFileLowering().getUniqueSectionForFunction(F, TM)); in emitFunctionHeader()
942 MF->setSection(getObjFileLowering().SectionForGlobal(&F, TM)); in emitFunctionHeader()
1358 getObjFileLowering().getBBAddrMapSection(*MF.getSection()); in emitBBAddrMapSection()
1479 getObjFileLowering().getKCFITrapSection(*MF.getSection()); in emitKCFITrapEntry()
1516 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()
1592 MCSection *S = getObjFileLowering().getPCSection(Sec, MF.getSection()); in emitPCSections()
2065 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in computeGlobalGOTEquivs()
2082 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalGOTEquivs()
2123 getObjFileLowering().getFunctionEntryPointSymbol(&GA, TM)); in emitGlobalAlias()
2303 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in doFinalization()
2578 CurrentFnSym = getObjFileLowering().getFunctionEntryPointSymbol(&F, TM); in SetupMachineFunction()
2637 MCSection *S = getObjFileLowering().getSectionForConstant( in emitConstantPool()
2707 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in emitJumpTableInfo()
2971 const TargetLoweringObjectFile &Obj = getObjFileLowering(); in emitXXStructorList()
3010 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); in emitModuleCommandLines()
3150 return getObjFileLowering().lowerDSOLocalEquivalent(Equiv, TM); in lowerConstant()
3245 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM); in lowerConstant()
3250 getObjFileLowering().supportDSOLocalEquivalentLowering()) in lowerConstant()
3252 getObjFileLowering().lowerDSOLocalEquivalent(DSOEquiv, TM); in lowerConstant()
3657 if (!AP.getObjFileLowering().supportGOTPCRelWithOffset() && GOTPCRelCst != 0) in handleIndirectSymViaGOTPCRel()
3680 *ME = AP.getObjFileLowering().getIndirectSymViaGOTPCRel( in handleIndirectSymViaGOTPCRel()
3767 if (AP.getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalConstantImpl()
3844 getObjFileLowering().getSectionForConstant(DL, Kind, C, in GetCPISymbol()
3877 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, TM); in getSymbolWithGlobalValueBase()
3967 getObjFileLowering().getSectionForMachineBasicBlock(MF->getFunction(), in emitBasicBlockStart()