Lines Matching refs:DebugHandlerBase
102 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase
104 void DebugHandlerBase::beginModule(Module *M) { in beginModule()
113 void DebugHandlerBase::identifyScopeMarkers() { in identifyScopeMarkers()
136 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn()
143 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn()
148 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) { in getBaseTypeSize()
176 bool DebugHandlerBase::isUnsignedDIType(const DIType *Ty) { in isUnsignedDIType()
244 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in beginFunction()
342 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) { in beginInstruction()
368 void DebugHandlerBase::endInstruction() { in endInstruction()
403 void DebugHandlerBase::endFunction(const MachineFunction *MF) { in endFunction()
413 void DebugHandlerBase::beginBasicBlock(const MachineBasicBlock &MBB) { in beginBasicBlock()
420 void DebugHandlerBase::endBasicBlock(const MachineBasicBlock &MBB) { in endBasicBlock()