Lines Matching refs:getObjFileLowering

382 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const {  in getObjFileLowering()  function in AsmPrinter
383 return *TM.getObjFileLowering(); in getObjFileLowering()
439 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization()
442 const_cast<TargetLoweringObjectFile &>(getObjFileLowering()) in doInitialization()
651 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix()
746 getObjFileLowering().getCommDirectiveSupportsAlignment(); in emitGlobalVariable()
753 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
770 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()
790 getObjFileLowering().getCommDirectiveSupportsAlignment(); in emitGlobalVariable()
812 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()
827 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in emitGlobalVariable()
897 MF->setSection(getObjFileLowering().getUniqueSectionForFunction(F, TM)); in emitFunctionHeader()
899 MF->setSection(getObjFileLowering().SectionForGlobal(&F, TM)); in emitFunctionHeader()
1323 getObjFileLowering().getBBAddrMapSection(*MF.getSection()); in emitBBAddrMapSection()
1371 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()
1771 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in computeGlobalGOTEquivs()
1788 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalGOTEquivs()
1829 getObjFileLowering().getFunctionEntryPointSymbol(&GA, TM)); in emitGlobalAlias()
1953 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in doFinalization()
2211 CurrentFnSym = getObjFileLowering().getFunctionEntryPointSymbol(&F, TM); in SetupMachineFunction()
2268 MCSection *S = getObjFileLowering().getSectionForConstant( in emitConstantPool()
2338 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in emitJumpTableInfo()
2564 const TargetLoweringObjectFile &Obj = getObjFileLowering(); in emitXXStructorList()
2604 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); in emitModuleCommandLines()
2720 return getObjFileLowering().lowerDSOLocalEquivalent(Equiv, TM); in lowerConstant()
2812 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM); in lowerConstant()
2817 getObjFileLowering().supportDSOLocalEquivalentLowering()) in lowerConstant()
2819 getObjFileLowering().lowerDSOLocalEquivalent(DSOEquiv, TM); in lowerConstant()
3228 if (!AP.getObjFileLowering().supportGOTPCRelWithOffset() && GOTPCRelCst != 0) in handleIndirectSymViaGOTPCRel()
3251 *ME = AP.getObjFileLowering().getIndirectSymViaGOTPCRel( in handleIndirectSymViaGOTPCRel()
3338 if (AP.getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalConstantImpl()
3411 getObjFileLowering().getSectionForConstant(DL, Kind, C, in GetCPISymbol()
3444 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, TM); in getSymbolWithGlobalValueBase()
3539 getObjFileLowering().getSectionForMachineBasicBlock(MF->getFunction(), in emitBasicBlockStart()