HomeSort by relevance Sort by last modified time
    Searched defs:DwarfDebug (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 1 //===-- llvm/CodeGen/DwarfDebug.h - Dwarf Debug Framework ------*- C++ -*--===//
46 class DwarfDebug;
85 DwarfDebug *DD;
89 DbgVariable(DIVariable V, DILocation IA, DIExpression E, DwarfDebug *DD,
99 DbgVariable(const MachineInstr *DbgValue, DwarfDebug *DD)
171 /// resolve - Look in the DwarfDebug map for the MDNode that
185 class DwarfDebug : public AsmPrinterHandler {
496 DwarfDebug(AsmPrinter *A, Module *M);
498 ~DwarfDebug() override;
DwarfDebug.cpp 1 //===-- llvm/CodeGen/DwarfDebug.cpp - Dwarf Debug Framework ---------------===//
14 #include "DwarfDebug.h"
57 #define DEBUG_TYPE "dwarfdebug"
130 /// resolve - Look in the DwarfDebug map for the MDNode that
193 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M)
244 // Define out of line so we don't have to include DwarfUnit.h in DwarfDebug.h.
245 DwarfDebug::~DwarfDebug() { }
279 void DwarfDebug::addSubprogramNames(DISubprogram SP, DIE &Die)
    [all...]

Completed in 54 milliseconds