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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 32 class DwarfDebug;
70 void emitUnits(DwarfDebug *DD, const MCSymbol *ASectionSym);
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...]
Android.mk 14 DwarfDebug.cpp \
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...]
DwarfFile.cpp 12 #include "DwarfDebug.h"
51 void DwarfFile::emitUnits(DwarfDebug *DD, const MCSymbol *ASectionSym) {
DwarfUnit.h 18 #include "DwarfDebug.h"
85 DwarfDebug *DD;
145 DwarfDebug *DW, DwarfFile *DWU);
247 /// specified debug variable. We delegate the request to DwarfDebug
250 /// kept in DwarfDebug.
256 /// insertDIE - Insert DIE into the map. We delegate the request to DwarfDebug
259 /// kept in DwarfDebug.
516 /// resolve - Look in the DwarfDebug map for the MDNode that
534 DwarfDebug *DW, DwarfFile *DWU);
568 DwarfDebug *DW, DwarfFile *DWU
    [all...]
DIE.cpp 15 #include "DwarfDebug.h"
378 const DwarfDebug *DD = AP->getDwarfDebug();
403 const DwarfDebug *DD = AP->getDwarfDebug();
553 DwarfDebug *DD = AP->getDwarfDebug();
DIEHash.cpp 17 #include "DwarfDebug.h"
29 #define DEBUG_TYPE "dwarfdebug"
287 DwarfDebug &DD = *AP->getDwarfDebug();
DwarfUnit.cpp 16 #include "DwarfDebug.h"
36 #define DEBUG_TYPE "dwarfdebug"
45 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU)
55 AsmPrinter *A, DwarfDebug *DW,
62 DwarfDebug *DW, DwarfFile *DWU,
144 /// specified debug variable. We delegate the request to DwarfDebug
146 /// will be kept in DwarfDebug for shareable DIEs.
153 /// insertDIE - Insert DIE into the map. We delegate the request to DwarfDebug
155 /// will be kept in DwarfDebug for shareable DIEs.
749 static bool isUnsignedDIType(DwarfDebug *DD, DIType Ty)
    [all...]
AsmPrinter.cpp 15 #include "DwarfDebug.h"
230 DD = new DwarfDebug(this, &M);
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 54 class DwarfDebug;
126 DwarfDebug *DD;
134 DwarfDebug *getDwarfDebug() { return DD; }

Completed in 88 milliseconds