Lines Matching defs:asmInfo
191 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo();
194 asmInfo->getCodePointerSize());
241 asmInfo->getCodePointerSize());
847 const MCAsmInfo *asmInfo = context.getAsmInfo();
848 int AddrSize = asmInfo->getCodePointerSize();
873 asmInfo->needsDwarfSectionOffsetDirective());
1245 const MCAsmInfo *asmInfo = context.getAsmInfo();
1246 int size = asmInfo->getCalleeSaveStackSlotSize();
1247 if (asmInfo->isStackGrowthDirectionUp())
1277 const MCAsmInfo *asmInfo = context.getAsmInfo();
1278 const MCExpr *v = asmInfo->getExprForFDESymbol(&symbol,
1282 if (asmInfo->doDwarfFDESymbolsUseAbsDiff() && isEH)
1291 const MCAsmInfo *asmInfo = context.getAsmInfo();
1292 const MCExpr *v = asmInfo->getExprForPersonalitySymbol(&symbol,
1728 const MCAsmInfo *asmInfo = context.getAsmInfo();
1733 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) {
1739 asmInfo->needsDwarfSectionOffsetDirective());
1774 unsigned Alignment = LastInSection ? asmInfo->getCodePointerSize() : PCSize;