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.cpp191 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in emitOne() local
194 asmInfo->getCodePointerSize()); in emitOne()
241 asmInfo->getCodePointerSize()); in emitOne()
847 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges() local
848 int AddrSize = asmInfo->getCodePointerSize(); in EmitGenDwarfAranges()
873 asmInfo->needsDwarfSectionOffsetDirective()); in EmitGenDwarfAranges()
1245 const MCAsmInfo *asmInfo = context.getAsmInfo(); in getDataAlignmentFactor() local
1246 int size = asmInfo->getCalleeSaveStackSlotSize(); in getDataAlignmentFactor()
1247 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()
1277 const MCAsmInfo *asmInfo = context.getAsmInfo(); in emitFDESymbol() local
[all …]