Home
last modified time | relevance | path

Searched refs:DebugHandlerBase (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp101 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase
103 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 …]
H A DCMakeLists.txt10 DebugHandlerBase.cpp
H A DCodeViewDebug.h52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
H A DDwarfDebug.h294 class DwarfDebug : public DebugHandlerBase {
H A DCodeViewDebug.cpp135 : 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()
H A DDwarfDebug.cpp348 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
1145 DebugHandlerBase::beginModule(M); in beginModule()
1994 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h53 class DebugHandlerBase : public AsmPrinterHandler {
55 DebugHandlerBase(AsmPrinter *A);
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
H A DBUILD.gn29 "DebugHandlerBase.cpp",
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Dpr49872.ll7 ; DebugHandlerBase::isUnsignedDIType when calling DwarfUnit::addConstantValue
/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/Hexagon/
H A Dlive-debug-values-bundled-entry-values.mir9 # triggering a crash in DebugHandlerBase.
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.h289 class BTFDebug : public DebugHandlerBase {
H A DBTFDebug.cpp506 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), SkipInstruction(false), in BTFDebug()
1287 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5063 llvm/include/llvm/CodeGen/DebugHandlerBase.h
5842 llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp