Searched refs:asmInfo (Results 1 – 3 of 3) sorted by relevance
154 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local156 asmInfo->getPointerSize()); in EmitDwarfLineTable()581 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges() local582 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfAranges()604 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()672 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfInfo() local673 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfInfo()950 const MCAsmInfo *asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local951 int size = asmInfo->getCalleeSaveStackSlotSize(); in getDataAlignmentFactor()952 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()[all …]
176 const MCAsmInfo &asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local178 asmInfo.getPointerSize()); in EmitDwarfLineTable()202 const MCAsmInfo &asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local204 asmInfo.getPointerSize()); in EmitDwarfLineTable()435 const MCAsmInfo &asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local436 int size = asmInfo.getPointerSize(); in getDataAlignmentFactor()437 if (asmInfo.isStackGrowthDirectionUp()) in getDataAlignmentFactor()468 const MCAsmInfo &asmInfo = context.getAsmInfo(); in EmitSymbol() local469 const MCExpr *v = asmInfo.getExprForFDESymbol(&symbol, in EmitSymbol()480 const MCAsmInfo &asmInfo = context.getAsmInfo(); in EmitPersonality() local[all …]
205 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local207 asmInfo->getCodePointerSize()); in EmitDwarfLineTable()751 const MCAsmInfo *asmInfo = Context.getAsmInfo(); in FixedEncode() local752 unsigned AddrSize = asmInfo->getCodePointerSize(); in FixedEncode()862 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges() local863 int AddrSize = asmInfo->getCodePointerSize(); in EmitGenDwarfAranges()884 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()1234 const MCAsmInfo *asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local1235 int size = asmInfo->getCalleeSaveStackSlotSize(); in getDataAlignmentFactor()1236 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()[all …]