Searched refs:asmInfo (Results 1 – 1 of 1) sorted by relevance
173 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local175 asmInfo->getPointerSize()); in EmitDwarfLineTable()575 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges() local576 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfAranges()598 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()666 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfInfo() local667 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfInfo()945 const MCAsmInfo *asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local946 int size = asmInfo->getCalleeSaveStackSlotSize(); in getDataAlignmentFactor()947 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()[all …]