Home
last modified time | relevance | path

Searched refs:asmInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/MC/
DMCDwarf.cpp173 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local
175 asmInfo->getPointerSize()); in EmitDwarfLineTable()
575 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges() local
576 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfAranges()
598 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
666 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfInfo() local
667 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfInfo()
945 const MCAsmInfo *asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local
946 int size = asmInfo->getCalleeSaveStackSlotSize(); in getDataAlignmentFactor()
947 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()
[all …]