Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp100 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase
102 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()
250 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in beginFunction()
348 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) { in beginInstruction()
374 void DebugHandlerBase::endInstruction() { in endInstruction()
[all …]
H A DCodeViewDebug.h55 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
H A DDwarfDebug.h351 class DwarfDebug : public DebugHandlerBase {
H A DCodeViewDebug.cpp134 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug()
3124 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
3380 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType())); in emitStaticConstMemberList()
3462 : DebugHandlerBase::isUnsignedDIType(DIGV->getType()); in emitDebugInfoForGlobal()
H A DDwarfDebug.cpp331 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
1146 DebugHandlerBase::beginModule(M); in beginModule()
2036 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h53 class DebugHandlerBase : public AsmPrinterHandler {
55 DebugHandlerBase(AsmPrinter *A);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h289 class BTFDebug : public DebugHandlerBase {
H A DBTFDebug.cpp508 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), SkipInstruction(false), in BTFDebug()
1313 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile203 SRCS_MIN+= CodeGen/AsmPrinter/DebugHandlerBase.cpp