Lines Matching refs:getObjFileLowering

224 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const {  in getObjFileLowering()  function in AsmPrinter
225 return *TM.getObjFileLowering(); in getObjFileLowering()
272 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization()
275 const_cast<TargetLoweringObjectFile &>(getObjFileLowering()) in doInitialization()
489 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix()
584 getObjFileLowering().getCommDirectiveSupportsAlignment(); in emitGlobalVariable()
591 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
608 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()
628 getObjFileLowering().getCommDirectiveSupportsAlignment(); in emitGlobalVariable()
650 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()
665 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in emitGlobalVariable()
735 MF->setSection(getObjFileLowering().getUniqueSectionForFunction(F, TM)); in emitFunctionHeader()
737 MF->setSection(getObjFileLowering().SectionForGlobal(&F, TM)); in emitFunctionHeader()
1144 getObjFileLowering().getBBAddrMapSection(*MF.getSection()); in emitBBAddrMapSection()
1182 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()
1580 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in computeGlobalGOTEquivs()
1597 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalGOTEquivs()
1638 getObjFileLowering().getFunctionEntryPointSymbol(&GIS, TM)); in emitGlobalIndirectSymbol()
1732 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in doFinalization()
1881 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization()
1980 CurrentFnSym = getObjFileLowering().getFunctionEntryPointSymbol(&F, TM); in SetupMachineFunction()
2037 MCSection *S = getObjFileLowering().getSectionForConstant( in emitConstantPool()
2107 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in emitJumpTableInfo()
2334 const TargetLoweringObjectFile &Obj = getObjFileLowering(); in emitXXStructorList()
2374 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); in emitModuleCommandLines()
2484 return getObjFileLowering().lowerDSOLocalEquivalent(Equiv, TM); in lowerConstant()
2590 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM); in lowerConstant()
2595 getObjFileLowering().supportDSOLocalEquivalentLowering()) in lowerConstant()
2597 getObjFileLowering().lowerDSOLocalEquivalent(DSOEquiv, TM); in lowerConstant()
2960 if (!AP.getObjFileLowering().supportGOTPCRelWithOffset() && GOTPCRelCst != 0) in handleIndirectSymViaGOTPCRel()
2983 *ME = AP.getObjFileLowering().getIndirectSymViaGOTPCRel( in handleIndirectSymViaGOTPCRel()
3068 if (AP.getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalConstantImpl()
3131 getObjFileLowering().getSectionForConstant(DL, Kind, C, in GetCPISymbol()
3164 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, TM); in getSymbolWithGlobalValueBase()
3259 getObjFileLowering().getSectionForMachineBasicBlock(MF->getFunction(), in emitBasicBlockStart()