Lines Matching refs:Asm
47 Asm->OutStreamer->EmitCFIEndProc(); in markFunctionEnd()
67 Asm->OutStreamer->EmitCFISections(false, true); in endModule()
70 if (!Asm->MAI->usesCFIForEH()) in endModule()
73 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule()
84 MCSymbol *Sym = Asm->getSymbol(Personality); in endModule()
85 TLOF.emitPersonalityValue(*Asm->OutStreamer, Asm->getDataLayout(), Sym); in endModule()
97 AsmPrinter::CFIMoveType MoveType = Asm->needsCFIMoves(); in beginFunction()
105 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction()
133 Asm->OutStreamer->EmitCFIStartProc(/*IsSimple=*/false); in beginFunction()
145 TLOF.getCFIPersonalitySymbol(Per, *Asm->Mang, Asm->TM, MMI); in beginFunction()
146 Asm->OutStreamer->EmitCFIPersonality(Sym, PerEncoding); in beginFunction()
152 Asm->OutStreamer->EmitCFILsda(Asm->getCurExceptionSym(), LSDAEncoding); in beginFunction()