Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp201 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in emitOne() local
215 asmInfo->getCodePointerSize()); in emitOne()
262 asmInfo->getCodePointerSize()); in emitOne()
886 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges() local
887 int AddrSize = asmInfo->getCodePointerSize(); in EmitGenDwarfAranges()
912 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
1280 const MCAsmInfo *asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local
1281 int size = asmInfo->getCalleeSaveStackSlotSize(); in getDataAlignmentFactor()
1282 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()
1312 const MCAsmInfo *asmInfo = context.getAsmInfo(); in emitFDESymbol() local
[all …]