Lines Matching refs:Asm
40 if (!Asm->MAI->usesCFIForEH()) in endModule()
43 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule()
52 MCSymbol *Sym = Asm->getSymbol(Personality); in endModule()
53 TLOF.emitPersonalityValue(*Asm->OutStreamer, Asm->getDataLayout(), Sym); in endModule()
67 Asm->getFunctionCFISectionType(*MF) != AsmPrinter::CFISection::None; in beginFunction()
69 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction()
98 shouldEmitCFI = Asm->usesCFIWithoutEH() && shouldEmitMoves; in beginFunction()
106 AsmPrinter::CFISection CFISecType = Asm->getModuleCFISectionType(); in beginBasicBlockSection()
111 Asm->TM.Options.ForceDwarfFrameSection) in beginBasicBlockSection()
112 Asm->OutStreamer->emitCFISections( in beginBasicBlockSection()
117 Asm->OutStreamer->emitCFIStartProc(/*IsSimple=*/false); in beginBasicBlockSection()
129 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginBasicBlockSection()
131 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(P, Asm->TM, MMI); in beginBasicBlockSection()
132 Asm->OutStreamer->emitCFIPersonality(Sym, PerEncoding); in beginBasicBlockSection()
136 Asm->OutStreamer->emitCFILsda(Asm->getMBBExceptionSym(MBB), in beginBasicBlockSection()
142 Asm->OutStreamer->emitCFIEndProc(); in endBasicBlockSection()