Home | History | Annotate | Download | only in MC

Lines Matching full:asminfo

176     const MCAsmInfo &asmInfo = MCOS->getContext().getAsmInfo();
178 asmInfo.getPointerSize());
202 const MCAsmInfo &asmInfo = MCOS->getContext().getAsmInfo();
204 asmInfo.getPointerSize());
435 const MCAsmInfo &asmInfo = context.getAsmInfo();
436 int size = asmInfo.getPointerSize();
437 if (asmInfo.isStackGrowthDirectionUp())
468 const MCAsmInfo &asmInfo = context.getAsmInfo();
469 const MCExpr *v = asmInfo.getExprForFDESymbol(&symbol,
480 const MCAsmInfo &asmInfo = context.getAsmInfo();
481 const MCExpr *v = asmInfo.getExprForPersonalitySymbol(&symbol,
913 const MCAsmInfo &asmInfo = context.getAsmInfo();
919 } else if (!asmInfo.doesDwarfRequireRelocationForSectionOffset()) {