Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp204 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable() local
206 asmInfo->getCodePointerSize()); in EmitDwarfLineTable()
759 const MCAsmInfo *asmInfo = Context.getAsmInfo(); in FixedEncode() local
760 unsigned AddrSize = asmInfo->getCodePointerSize(); in FixedEncode()
868 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges() local
869 int AddrSize = asmInfo->getCodePointerSize(); in EmitGenDwarfAranges()
890 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
1246 const MCAsmInfo *asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local
1247 int size = asmInfo->getCalleeSaveStackSlotSize(); in getDataAlignmentFactor()
1248 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()
[all …]