Searched refs:DebugHandlerBase (Results 1 – 13 of 13) sorted by relevance
101 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase103 void DebugHandlerBase::beginModule(Module *M) { in beginModule()112 void DebugHandlerBase::identifyScopeMarkers() { in identifyScopeMarkers()142 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn()147 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) { in getBaseTypeSize()176 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()[all …]
10 DebugHandlerBase.cpp
52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
294 class DwarfDebug : public DebugHandlerBase {
135 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug()3058 DebugHandlerBase::beginInstruction(MI); in beginInstruction()3314 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType())); in emitStaticConstMemberList()3394 : DebugHandlerBase::isUnsignedDIType(DIGV->getType()); in emitDebugInfoForGlobal()
348 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()1145 DebugHandlerBase::beginModule(M); in beginModule()1994 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
53 class DebugHandlerBase : public AsmPrinterHandler {55 DebugHandlerBase(AsmPrinter *A);
29 "DebugHandlerBase.cpp",
7 ; DebugHandlerBase::isUnsignedDIType when calling DwarfUnit::addConstantValue
9 # triggering a crash in DebugHandlerBase.
289 class BTFDebug : public DebugHandlerBase {
506 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), SkipInstruction(false), in BTFDebug()1287 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
5063 llvm/include/llvm/CodeGen/DebugHandlerBase.h5842 llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp