Lines Matching refs:Asm
41 cast<MCSectionXCOFF>(Asm->getObjFileLowering().getCompactUnwindSection()); in emitExceptionInfoTable()
42 if (Asm->TM.getFunctionSections()) { in emitExceptionInfoTable()
48 raw_svector_ostream(NameStr) << '.' << Asm->MF->getFunction().getName(); in emitExceptionInfoTable()
49 EHInfo = Asm->OutContext.getXCOFFSection(NameStr, EHInfo->getKind(), in emitExceptionInfoTable()
52 Asm->OutStreamer->switchSection(EHInfo); in emitExceptionInfoTable()
54 TargetLoweringObjectFileXCOFF::getEHInfoTableSymbol(Asm->MF); in emitExceptionInfoTable()
55 Asm->OutStreamer->emitLabel(EHInfoLabel); in emitExceptionInfoTable()
58 Asm->emitInt32(0); in emitExceptionInfoTable()
64 Asm->OutStreamer->emitValueToAlignment(Align(PointerSize)); in emitExceptionInfoTable()
67 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(LSDA, Asm->OutContext), in emitExceptionInfoTable()
71 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(PerSym, Asm->OutContext), in emitExceptionInfoTable()
89 const MCSymbol *PerSym = Asm->TM.getSymbol(Per); in endFunction()