Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp155 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local
157 asmInfo->getPointerSize()); in EmitDwarfLineTable()
574 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges() local
575 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfAranges()
597 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
665 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfInfo() local
666 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfInfo()
943 const MCAsmInfo *asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local
944 int size = asmInfo->getCalleeSaveStackSlotSize(); in getDataAlignmentFactor()
945 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()
[all …]