Lines Matching defs:asmInfo
189 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo();
203 asmInfo->getCodePointerSize());
250 asmInfo->getCodePointerSize());
874 const MCAsmInfo *asmInfo = context.getAsmInfo();
875 int AddrSize = asmInfo->getCodePointerSize();
900 asmInfo->needsDwarfSectionOffsetDirective());
1272 const MCAsmInfo *asmInfo = context.getAsmInfo();
1273 int size = asmInfo->getCalleeSaveStackSlotSize();
1274 if (asmInfo->isStackGrowthDirectionUp())
1304 const MCAsmInfo *asmInfo = context.getAsmInfo();
1305 const MCExpr *v = asmInfo->getExprForFDESymbol(&symbol,
1309 if (asmInfo->doDwarfFDESymbolsUseAbsDiff() && isEH)
1318 const MCAsmInfo *asmInfo = context.getAsmInfo();
1319 const MCExpr *v = asmInfo->getExprForPersonalitySymbol(&symbol,
1778 const MCAsmInfo *asmInfo = context.getAsmInfo();
1783 } else if (!asmInfo->doesDwarfUseRelocationsAcrossSections()) {
1789 asmInfo->needsDwarfSectionOffsetDirective());
1824 unsigned Alignment = LastInSection ? asmInfo->getCodePointerSize() : PCSize;