Lines Matching refs:getObjFileLowering
397 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter
398 return *TM.getObjFileLowering(); in getObjFileLowering()
457 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization()
460 const_cast<TargetLoweringObjectFile &>(getObjFileLowering()) in doInitialization()
694 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix()
803 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
820 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()
859 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()
874 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in emitGlobalVariable()
944 MF->setSection(getObjFileLowering().getUniqueSectionForFunction(F, TM)); in emitFunctionHeader()
946 MF->setSection(getObjFileLowering().SectionForGlobal(&F, TM)); in emitFunctionHeader()
1376 getObjFileLowering().getBBAddrMapSection(*MF.getSection()); in emitBBAddrMapSection()
1469 getObjFileLowering().getKCFITrapSection(*MF.getSection()); in emitKCFITrapEntry()
1506 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()
1582 MCSection *S = getObjFileLowering().getPCSection(Sec, MF.getSection()); in emitPCSections()
2060 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in computeGlobalGOTEquivs()
2077 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalGOTEquivs()
2118 getObjFileLowering().getFunctionEntryPointSymbol(&GA, TM)); in emitGlobalAlias()
2298 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in doFinalization()
2571 CurrentFnSym = getObjFileLowering().getFunctionEntryPointSymbol(&F, TM); in SetupMachineFunction()
2629 MCSection *S = getObjFileLowering().getSectionForConstant( in emitConstantPool()
2699 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in emitJumpTableInfo()
2961 const TargetLoweringObjectFile &Obj = getObjFileLowering(); in emitXXStructorList()
3001 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); in emitModuleCommandLines()
3139 return getObjFileLowering().lowerDSOLocalEquivalent(Equiv, TM); in lowerConstant()
3234 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM); in lowerConstant()
3239 getObjFileLowering().supportDSOLocalEquivalentLowering()) in lowerConstant()
3241 getObjFileLowering().lowerDSOLocalEquivalent(DSOEquiv, TM); in lowerConstant()
3646 if (!AP.getObjFileLowering().supportGOTPCRelWithOffset() && GOTPCRelCst != 0) in handleIndirectSymViaGOTPCRel()
3669 *ME = AP.getObjFileLowering().getIndirectSymViaGOTPCRel( in handleIndirectSymViaGOTPCRel()
3756 if (AP.getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalConstantImpl()
3829 getObjFileLowering().getSectionForConstant(DL, Kind, C, in GetCPISymbol()
3862 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, TM); in getSymbolWithGlobalValueBase()
3952 getObjFileLowering().getSectionForMachineBasicBlock(MF->getFunction(), in emitBasicBlockStart()