Lines Matching refs:DebugHandlerBase
101 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase
103 DebugHandlerBase::~DebugHandlerBase() = default;
105 void DebugHandlerBase::beginModule(Module *M) { in beginModule()
114 void DebugHandlerBase::identifyScopeMarkers() { in identifyScopeMarkers()
137 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn()
144 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn()
149 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) { in getBaseTypeSize()
179 bool DebugHandlerBase::isUnsignedDIType(const DIType *Ty) { in isUnsignedDIType()
258 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in beginFunction()
356 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) { in beginInstruction()
382 void DebugHandlerBase::endInstruction() { in endInstruction()
417 void DebugHandlerBase::endFunction(const MachineFunction *MF) { in endFunction()
427 void DebugHandlerBase::beginBasicBlockSection(const MachineBasicBlock &MBB) { in beginBasicBlockSection()
433 void DebugHandlerBase::endBasicBlockSection(const MachineBasicBlock &MBB) { in endBasicBlockSection()