Searched refs:DebugHandlerBase (Results 1 – 21 of 21) 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()249 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in beginFunction()347 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) { in beginInstruction()373 void DebugHandlerBase::endInstruction() { in endInstruction()[all …]
10 DebugHandlerBase.cpp
52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
296 class DwarfDebug : public DebugHandlerBase {
133 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug()3087 DebugHandlerBase::beginInstruction(MI); in beginInstruction()3343 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType())); in emitStaticConstMemberList()3425 : DebugHandlerBase::isUnsignedDIType(DIGV->getType()); in emitDebugInfoForGlobal()
349 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()1171 DebugHandlerBase::beginModule(M); in beginModule()2020 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
53 class DebugHandlerBase : public AsmPrinterHandler {55 DebugHandlerBase(AsmPrinter *A);
14 DebugHandlerBase.cpp \
30 "DebugHandlerBase.cpp",
289 class BTFDebug : public DebugHandlerBase {
507 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), SkipInstruction(false), in BTFDebug()1312 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
1299 ./usr/include/llvm/CodeGen/DebugHandlerBase.h
1298 ./usr/include/llvm/CodeGen/DebugHandlerBase.h
1297 ./usr/include/llvm/CodeGen/DebugHandlerBase.h
5054 llvm/include/llvm/CodeGen/DebugHandlerBase.h5830 llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp