Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp101 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase
103 DebugHandlerBase::~DebugHandlerBase() = default;
105 void DebugHandlerBase::beginModule(Module *M) { in beginModule()
114 void DebugHandlerBase::identifyScopeMarkers() { in identifyScopeMarkers()
137 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn()
144 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn()
149 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) { in getBaseTypeSize()
180 bool DebugHandlerBase::isUnsignedDIType(const DIType *Ty) { in isUnsignedDIType()
262 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in beginFunction()
360 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) { in beginInstruction()
[all …]
H A DCodeViewDebug.h55 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
H A DDwarfDebug.h351 class DwarfDebug : public DebugHandlerBase {
H A DCodeViewDebug.cpp136 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug()
3138 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
3394 DebugHandlerBase::isUnsignedDIType(DTy->getBaseType())); in emitStaticConstMemberList()
3474 : DebugHandlerBase::isUnsignedDIType(DIGV->getType()); in emitDebugInfoForGlobal()
H A DDwarfDebug.cpp335 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
1152 DebugHandlerBase::beginModule(M); in beginModule()
2043 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h53 class DebugHandlerBase : public AsmPrinterHandler {
55 DebugHandlerBase(AsmPrinter *A);
121 virtual ~DebugHandlerBase() override;
H A DAsmPrinter.h46 class DebugHandlerBase; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h289 class BTFDebug : public DebugHandlerBase {
H A DBTFDebug.cpp575 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), SkipInstruction(false), in BTFDebug()
1432 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
/freebsd/lib/clang/libllvm/
H A DMakefile239 SRCS_MIN+= CodeGen/AsmPrinter/DebugHandlerBase.cpp