Searched refs:asmInfo (Results 1 – 1 of 1) sorted by relevance
204 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local206 asmInfo->getCodePointerSize()); in EmitDwarfLineTable()759 const MCAsmInfo *asmInfo = Context.getAsmInfo(); in FixedEncode() local760 unsigned AddrSize = asmInfo->getCodePointerSize(); in FixedEncode()868 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges() local869 int AddrSize = asmInfo->getCodePointerSize(); in EmitGenDwarfAranges()890 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()1246 const MCAsmInfo *asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local1247 int size = asmInfo->getCalleeSaveStackSlotSize(); in getDataAlignmentFactor()1248 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()[all …]