Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp88 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() function in DebugHandlerBase
94 void DebugHandlerBase::identifyScopeMarkers() { in identifyScopeMarkers()
117 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn()
124 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn()
130 DebugHandlerBase::getFunctionLocalOffsetAfterInsn(const MachineInstr *MI) { in getFunctionLocalOffsetAfterInsn()
144 uint64_t DebugHandlerBase::getBaseTypeSize(const DITypeRef TyRef) { in getBaseTypeSize()
187 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in beginFunction()
259 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) { in beginInstruction()
285 void DebugHandlerBase::endInstruction() { in endInstruction()
317 void DebugHandlerBase::endFunction(const MachineFunction *MF) { in endFunction()
H A DCodeViewDebug.h52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
H A DDwarfDebug.h281 class DwarfDebug : public DebugHandlerBase {
H A DDwarfDebug.cpp312 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
1421 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
H A DCodeViewDebug.cpp112 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) { in CodeViewDebug()
2812 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h54 class DebugHandlerBase : public AsmPrinterHandler {
56 DebugHandlerBase(AsmPrinter *A);
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.h193 class BTFDebug : public DebugHandlerBase {
H A DBTFDebug.cpp321 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), SkipInstruction(false), in BTFDebug()
695 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile152 SRCS_MIN+= CodeGen/AsmPrinter/DebugHandlerBase.cpp