Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp154 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local
156 asmInfo->getPointerSize()); in EmitDwarfLineTable()
581 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges() local
582 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfAranges()
604 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
672 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfInfo() local
673 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfInfo()
950 const MCAsmInfo *asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local
951 int size = asmInfo->getCalleeSaveStackSlotSize(); in getDataAlignmentFactor()
952 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()
[all …]
/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp176 const MCAsmInfo &asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local
178 asmInfo.getPointerSize()); in EmitDwarfLineTable()
202 const MCAsmInfo &asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local
204 asmInfo.getPointerSize()); in EmitDwarfLineTable()
435 const MCAsmInfo &asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local
436 int size = asmInfo.getPointerSize(); in getDataAlignmentFactor()
437 if (asmInfo.isStackGrowthDirectionUp()) in getDataAlignmentFactor()
468 const MCAsmInfo &asmInfo = context.getAsmInfo(); in EmitSymbol() local
469 const MCExpr *v = asmInfo.getExprForFDESymbol(&symbol, in EmitSymbol()
480 const MCAsmInfo &asmInfo = context.getAsmInfo(); in EmitPersonality() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp205 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local
207 asmInfo->getCodePointerSize()); in EmitDwarfLineTable()
751 const MCAsmInfo *asmInfo = Context.getAsmInfo(); in FixedEncode() local
752 unsigned AddrSize = asmInfo->getCodePointerSize(); in FixedEncode()
862 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges() local
863 int AddrSize = asmInfo->getCodePointerSize(); in EmitGenDwarfAranges()
884 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
1234 const MCAsmInfo *asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local
1235 int size = asmInfo->getCalleeSaveStackSlotSize(); in getDataAlignmentFactor()
1236 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()
[all …]