Searched refs:DebugHandlerBase (Results 1 – 11 of 11) sorted by relevance
102 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase104 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()348 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) { in beginInstruction()374 void DebugHandlerBase::endInstruction() { in endInstruction()[all …]
10 DebugHandlerBase.cpp
52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
295 class DwarfDebug : public DebugHandlerBase {
140 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug()2947 DebugHandlerBase::beginInstruction(MI); in beginInstruction()3168 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType())); in emitStaticConstMemberList()3254 : DebugHandlerBase::isUnsignedDIType(DIGV->getType()); in emitDebugInfoForGlobal()
351 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()1166 DebugHandlerBase::beginModule(M); in beginModule()1950 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
53 class DebugHandlerBase : public AsmPrinterHandler {55 DebugHandlerBase(AsmPrinter *A);
18 DebugHandlerBase.cpp \
29 "DebugHandlerBase.cpp",
251 class BTFDebug : public DebugHandlerBase {
404 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), SkipInstruction(false), in BTFDebug()1059 DebugHandlerBase::beginInstruction(MI); in beginInstruction()