Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:DwarfDebug

1 //===-- llvm/CodeGen/DwarfDebug.h - Dwarf Debug Framework ------*- C++ -*--===//
46 class DwarfDebug;
77 DwarfDebug *DD;
81 DbgVariable(DIVariable V, DwarfDebug *DD)
87 DbgVariable(const MachineInstr *DbgValue, DwarfDebug *DD)
138 /// resolve - Look in the DwarfDebug map for the MDNode that
152 class DwarfDebug : public AsmPrinterHandler {
165 // FIXME: Store these off of DwarfDebug instead?
566 DwarfDebug(AsmPrinter *A, Module *M);
568 ~DwarfDebug() override;