Home | History | Annotate | Download | only in MC

Lines Matching full:asminfo

177     const MCAsmInfo &asmInfo = MCOS->getContext().getAsmInfo();
179 asmInfo.getPointerSize());
203 const MCAsmInfo &asmInfo = MCOS->getContext().getAsmInfo();
205 asmInfo.getPointerSize());
436 const MCAsmInfo &asmInfo = context.getAsmInfo();
437 int size = asmInfo.getPointerSize();
438 if (asmInfo.isStackGrowthDirectionUp())
469 const MCAsmInfo &asmInfo = context.getAsmInfo();
470 const MCExpr *v = asmInfo.getExprForFDESymbol(&symbol,
481 const MCAsmInfo &asmInfo = context.getAsmInfo();
482 const MCExpr *v = asmInfo.getExprForPersonalitySymbol(&symbol,
916 const MCAsmInfo &asmInfo = context.getAsmInfo();
922 } else if (!asmInfo.doesDwarfRequireRelocationForSectionOffset()) {