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

  /external/llvm/lib/CodeGen/AsmPrinter/
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...]
DwarfAccelTable.h 65 class DwarfDebug;
225 void EmitData(AsmPrinter *, DwarfDebug *D);
249 void emit(AsmPrinter *, const MCSymbol *, DwarfDebug *);
Android.mk 16 DwarfDebug.cpp \
DwarfFile.h 33 class DwarfDebug;
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;
DwarfUnit.h 17 #include "DwarfDebug.h"
89 DwarfDebug *DD;
114 DwarfDebug *DW, DwarfFile *DWU);
160 /// We delegate the request to DwarfDebug when the MDNode can be part of the
162 /// the mappings are kept in DwarfDebug.
170 /// We delegate the request to DwarfDebug when the MDNode can be part of the
172 /// the mappings are kept in DwarfDebug.
338 /// Look in the DwarfDebug map for the MDNode that corresponds to the
387 DwarfDebug *DW, DwarfFile *DWU,
DwarfCompileUnit.h 26 class DwarfDebug;
75 DwarfDebug *DW, DwarfFile *DWU);
DIE.cpp 16 #include "DwarfDebug.h"
446 const DwarfDebug *DD = AP->getDwarfDebug();
469 const DwarfDebug *DD = AP->getDwarfDebug();
608 DwarfDebug *DD = AP->getDwarfDebug();
DwarfAccelTable.cpp 16 #include "DwarfDebug.h"
206 void DwarfAccelTable::EmitData(AsmPrinter *Asm, DwarfDebug *D) {
244 DwarfDebug *D) {
DIEHash.cpp 16 #include "DwarfDebug.h"
29 #define DEBUG_TYPE "dwarfdebug"
274 DwarfDebug &DD = *AP->getDwarfDebug();
DwarfUnit.cpp 17 #include "DwarfDebug.h"
40 #define DEBUG_TYPE "dwarfdebug"
67 const DICompileUnit *Node, AsmPrinter *A, DwarfDebug *DW,
77 DwarfDebug *DW, DwarfFile *DWU,
515 static bool isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) {
565 static uint64_t getBaseTypeSize(DwarfDebug *DD, const DIDerivedType *Ty) {
    [all...]
DwarfCompileUnit.cpp 20 AsmPrinter *A, DwarfDebug *DW,
AsmPrinter.cpp 15 #include "DwarfDebug.h"
252 DD = new DwarfDebug(this, &M);
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 59 class DwarfDebug;
139 DwarfDebug *DD;
147 DwarfDebug *getDwarfDebug() { return DD; }
148 DwarfDebug *getDwarfDebug() const { return DD; }

Completed in 195 milliseconds