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

1 2

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 1 //===-- llvm/CodeGen/DwarfDebug.cpp - Dwarf Debug Framework ---------------===//
14 #include "DwarfDebug.h"
59 #define DEBUG_TYPE "dwarfdebug"
204 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() { }
310 void DwarfDebug::addSubprogramNames(const DISubprogram *SP, DIE &Die) {
335 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope)
    [all...]
DwarfAccelTable.h 65 class DwarfDebug;
225 void EmitData(AsmPrinter *, DwarfDebug *D);
249 void emit(AsmPrinter *, const MCSymbol *, DwarfDebug *);
DwarfDebug.h 1 //===-- llvm/CodeGen/DwarfDebug.h - Dwarf Debug Framework ------*- C++ -*--===//
46 class DwarfDebug;
193 class DwarfDebug : public DebugHandlerBase {
454 DwarfDebug(AsmPrinter *A, Module *M);
456 ~DwarfDebug() override;
DwarfFile.h 34 class DwarfDebug;
DwarfUnit.h 17 #include "DwarfDebug.h"
83 DwarfDebug *DD;
107 DwarfUnit(dwarf::Tag, const DICompileUnit *CU, AsmPrinter *A, DwarfDebug *DW,
150 /// We delegate the request to DwarfDebug when the MDNode can be part of the
152 /// the mappings are kept in DwarfDebug.
160 /// We delegate the request to DwarfDebug when the MDNode can be part of the
162 /// the mappings are kept in DwarfDebug.
328 /// Look in the DwarfDebug map for the MDNode that corresponds to the
376 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
DwarfCompileUnit.h 26 class DwarfDebug;
84 DwarfDebug *DW, DwarfFile *DWU);
DIE.cpp 16 #include "DwarfDebug.h"
446 const DwarfDebug *DD = AP->getDwarfDebug();
469 const DwarfDebug *DD = AP->getDwarfDebug();
594 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 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU)
75 DwarfDebug *DW, DwarfFile *DWU,
515 static bool isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) {
    [all...]
DwarfCompileUnit.cpp 20 AsmPrinter *A, DwarfDebug *DW,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 1 //===-- llvm/CodeGen/DwarfDebug.cpp - Dwarf Debug Framework ---------------===//
14 #define DEBUG_TYPE "dwarfdebug"
15 #include "DwarfDebug.h"
121 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M)
136 DwarfDebug::~DwarfDebug() {
139 MCSymbol *DwarfDebug::getStringPoolEntry(StringRef Str) {
150 void DwarfDebug::assignAbbrevNumber(DIEAbbrev &Abbrev) {
185 DIE *DwarfDebug::updateSubprogramScopeDIE(CompileUnit *SPCU
    [all...]
DwarfCompileUnit.h 25 class DwarfDebug;
46 DwarfDebug *DD;
76 CompileUnit(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *DW);
DwarfDebug.h 1 //===-- llvm/CodeGen/DwarfDebug.h - Dwarf Debug Framework ------*- C++ -*--===//
183 class DwarfDebug {
467 DwarfDebug(AsmPrinter *A, Module *M);
468 ~DwarfDebug();
DwarfCompileUnit.cpp 14 #define DEBUG_TYPE "dwarfdebug"
17 #include "DwarfDebug.h"
33 CompileUnit::CompileUnit(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *DW)
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 60 class DwarfDebug;
140 DwarfDebug *DD;
148 DwarfDebug *getDwarfDebug() { return DD; }
149 DwarfDebug *getDwarfDebug() const { return DD; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 53 class DwarfDebug;
114 DwarfDebug *DD;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 43 class DwarfDebug;
163 DwarfDebug *DD = nullptr;
174 DwarfDebug *getDwarfDebug() { return DD; }
175 DwarfDebug *getDwarfDebug() const { return DD; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 43 class DwarfDebug;
163 DwarfDebug *DD = nullptr;
174 DwarfDebug *getDwarfDebug() { return DD; }
175 DwarfDebug *getDwarfDebug() const { return DD; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 43 class DwarfDebug;
163 DwarfDebug *DD = nullptr;
174 DwarfDebug *getDwarfDebug() { return DD; }
175 DwarfDebug *getDwarfDebug() const { return DD; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 43 class DwarfDebug;
163 DwarfDebug *DD = nullptr;
174 DwarfDebug *getDwarfDebug() { return DD; }
175 DwarfDebug *getDwarfDebug() const { return DD; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 43 class DwarfDebug;
163 DwarfDebug *DD = nullptr;
174 DwarfDebug *getDwarfDebug() { return DD; }
175 DwarfDebug *getDwarfDebug() const { return DD; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 43 class DwarfDebug;
163 DwarfDebug *DD = nullptr;
174 DwarfDebug *getDwarfDebug() { return DD; }
175 DwarfDebug *getDwarfDebug() const { return DD; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 43 class DwarfDebug;
163 DwarfDebug *DD = nullptr;
174 DwarfDebug *getDwarfDebug() { return DD; }
175 DwarfDebug *getDwarfDebug() const { return DD; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 43 class DwarfDebug;
163 DwarfDebug *DD = nullptr;
174 DwarfDebug *getDwarfDebug() { return DD; }
175 DwarfDebug *getDwarfDebug() const { return DD; }

Completed in 2987 milliseconds

1 2