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++ -*--===//
47 class DwarfDebug;
72 DwarfDebug *DD;
79 DbgVariable(const DILocalVariable *V, const DILocation *IA, DwarfDebug *DD)
177 /// Look in the DwarfDebug map for the MDNode that
191 class DwarfDebug : public AsmPrinterHandler {
486 DwarfDebug(AsmPrinter *A, Module *M);
488 ~DwarfDebug() override;
DwarfDebug.cpp 1 //===-- llvm/CodeGen/DwarfDebug.cpp - Dwarf Debug Framework ---------------===//
14 #include "DwarfDebug.h"
59 #define DEBUG_TYPE "dwarfdebug"
140 /// resolve - Look in the DwarfDebug map for the MDNode that
203 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M)
276 // Define out of line so we don't have to include DwarfUnit.h in DwarfDebug.h.
277 DwarfDebug::~DwarfDebug() { }
311 void DwarfDebug::addSubprogramNames(const DISubprogram *SP, DIE &Die)
    [all...]

Completed in 52 milliseconds