Lines Matching refs:DebugHandlerBase
100 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase
102 void DebugHandlerBase::beginModule(Module *M) { in beginModule()
111 void DebugHandlerBase::identifyScopeMarkers() { in identifyScopeMarkers()
134 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn()
141 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn()
146 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) { in getBaseTypeSize()
175 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::beginBasicBlockSection(const MachineBasicBlock &MBB) { in beginBasicBlockSection()
425 void DebugHandlerBase::endBasicBlockSection(const MachineBasicBlock &MBB) { in endBasicBlockSection()