Searched refs:asmInfo (Results 1 – 1 of 1) sorted by relevance
155 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local157 asmInfo->getPointerSize()); in EmitDwarfLineTable()574 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges() local575 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfAranges()597 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()665 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfInfo() local666 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfInfo()943 const MCAsmInfo *asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local944 int size = asmInfo->getCalleeSaveStackSlotSize(); in getDataAlignmentFactor()945 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()[all …]