Lines Matching refs:DebugHandlerBase
101 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase
103 void DebugHandlerBase::beginModule(Module *M) { in beginModule()
112 void DebugHandlerBase::identifyScopeMarkers() { in identifyScopeMarkers()
135 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn()
142 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn()
147 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) { in getBaseTypeSize()
176 bool DebugHandlerBase::isUnsignedDIType(const DIType *Ty) { in isUnsignedDIType()
250 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in beginFunction()
348 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) { in beginInstruction()
374 void DebugHandlerBase::endInstruction() { in endInstruction()
409 void DebugHandlerBase::endFunction(const MachineFunction *MF) { in endFunction()
419 void DebugHandlerBase::beginBasicBlock(const MachineBasicBlock &MBB) { in beginBasicBlock()
426 void DebugHandlerBase::endBasicBlock(const MachineBasicBlock &MBB) { in endBasicBlock()