Searched defs:DwarfDebug (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h1 //===-- 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 { class in namespace:llvm
165 // FIXME: Store these off of DwarfDebug instead?
566 DwarfDebug(AsmPrinter *A, Module *M);
568 ~DwarfDebug() overrid
[all...]
H A DDwarfDebug.cpp1 //===-- llvm/CodeGen/DwarfDebug.cpp - Dwarf Debug Framework ---------------===//
15 #include "DwarfDebug.h"
106 /// resolve - Look in the DwarfDebug map for the MDNode that
167 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M) function in class:DwarfDebug
220 // Define out of line so we don't have to include DwarfUnit.h in DwarfDebug.h.
221 DwarfDebug::~DwarfDebug() { }
275 void DwarfDebug::addSubprogramNames(DISubprogram SP, DIE &Die) {
300 bool DwarfDebug
[all...]

Completed in 293 milliseconds