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.cpp 1 //===-- llvm/CodeGen/DwarfDebug.cpp - Dwarf Debug Framework ---------------===//
15 #include "DwarfDebug.h"
52 #define DEBUG_TYPE "dwarfdebug"
106 /// resolve - Look in the DwarfDebug map for the MDNode that
167 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M)
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)
    [all...]
DwarfDebug.h 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
    [all...]

Completed in 449 milliseconds