Lines Matching refs:getAsmInfo
133 if (Ctx.getAsmInfo()->getExceptionHandlingType() == ExceptionHandling::ARM) in Initialize()
712 else if (Ctx.getAsmInfo()->useIntegratedAssembler() || in calcUniqueIDUpdateFlagsAndSize()
713 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 36)) in calcUniqueIDUpdateFlagsAndSize()
724 const bool SupportsUnique = Ctx.getAsmInfo()->useIntegratedAssembler() || in calcUniqueIDUpdateFlagsAndSize()
725 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 35); in calcUniqueIDUpdateFlagsAndSize()
828 if (!(Ctx.getAsmInfo()->useIntegratedAssembler() || in selectExplicitSectionGlobal()
829 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 35))) { in selectExplicitSectionGlobal()
900 } else if (Ctx.getAsmInfo()->useIntegratedAssembler() || in selectELFSectionForGlobal()
901 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 36)) { in selectELFSectionForGlobal()
984 (getContext().getAsmInfo()->useIntegratedAssembler() && in getSectionForLSDA()
985 getContext().getAsmInfo()->binutilsIsAtLeast(2, 36))) { in getSectionForLSDA()
2075 getContext().getAsmInfo()->hasCOFFComdatConstants()) { in getSectionForConstant()