Lines Matching refs:Asm
101 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase()
107 Asm = nullptr; in beginModule()
265 if (!Asm || !hasDebugInfo(MF)) { in beginFunction()
284 calculateDbgEntityHistory(MF, Asm->MF->getSubtarget().getRegisterInfo(), in beginFunction()
316 LabelsBeforeInsn[Entries.front().getInstr()] = Asm->getFunctionBegin(); in beginFunction()
336 LabelsBeforeInsn[I->getInstr()] = Asm->getFunctionBegin(); in beginFunction()
356 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
361 if (!Asm || !Asm->hasDebugInfo()) in beginInstruction()
381 Asm->OutStreamer->emitLabel(PrevLabel); in beginInstruction()
387 if (!Asm || !Asm->hasDebugInfo()) in endInstruction()
415 Asm->OutStreamer->emitLabel(PrevLabel); in endInstruction()
422 if (Asm && hasDebugInfo(MF)) in endFunction()