Searched refs:DebugHandlerBase (Results 1 – 9 of 9) sorted by relevance
100 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase102 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()[all …]
55 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
351 class DwarfDebug : public DebugHandlerBase {
134 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug()3124 DebugHandlerBase::beginInstruction(MI); in beginInstruction()3380 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType())); in emitStaticConstMemberList()3462 : DebugHandlerBase::isUnsignedDIType(DIGV->getType()); in emitDebugInfoForGlobal()
331 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()1146 DebugHandlerBase::beginModule(M); in beginModule()2036 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
53 class DebugHandlerBase : public AsmPrinterHandler {55 DebugHandlerBase(AsmPrinter *A);
289 class BTFDebug : public DebugHandlerBase {
508 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), SkipInstruction(false), in BTFDebug()1313 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
203 SRCS_MIN+= CodeGen/AsmPrinter/DebugHandlerBase.cpp