Searched refs:DebugHandlerBase (Results 1 – 9 of 9) 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()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()[all …]
52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
295 class DwarfDebug : public DebugHandlerBase {
140 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug()2948 DebugHandlerBase::beginInstruction(MI); in beginInstruction()3190 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType())); in emitStaticConstMemberList()3260 : DebugHandlerBase::isUnsignedDIType(DIGV->getType()); in emitDebugInfoForGlobal()
351 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()1153 DebugHandlerBase::beginModule(M); in beginModule()2000 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
53 class DebugHandlerBase : public AsmPrinterHandler {55 DebugHandlerBase(AsmPrinter *A);
251 class BTFDebug : public DebugHandlerBase {
404 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), SkipInstruction(false), in BTFDebug()1059 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
185 SRCS_MIN+= CodeGen/AsmPrinter/DebugHandlerBase.cpp