Searched refs:DwarfDebug (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 193 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M) in DwarfDebug() function in DwarfDebug 245 DwarfDebug::~DwarfDebug() { } in ~DwarfDebug() 279 void DwarfDebug::addSubprogramNames(DISubprogram SP, DIE &Die) { in addSubprogramNames() 304 bool DwarfDebug::isSubprogramContext(const MDNode *Context) { in isSubprogramContext() 316 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { in isLexicalScopeDIENull() 339 void DwarfDebug::constructAbstractSubprogramScopeDIE(LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE() 356 void DwarfDebug::addGnuPubAttributes(DwarfUnit &U, DIE &D) const { in addGnuPubAttributes() 365 DwarfCompileUnit &DwarfDebug::constructDwarfCompileUnit(DICompileUnit DIUnit) { in constructDwarfCompileUnit() 422 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE() 432 void DwarfDebug::beginModule() { in beginModule() [all …]
|
D | DwarfDebug.h | 46 class DwarfDebug; variable 85 DwarfDebug *DD; 89 DbgVariable(DIVariable V, DILocation IA, DIExpression E, DwarfDebug *DD, 99 DbgVariable(const MachineInstr *DbgValue, DwarfDebug *DD) in DbgVariable() 185 class DwarfDebug : public AsmPrinterHandler { 496 DwarfDebug(AsmPrinter *A, Module *M); 498 ~DwarfDebug() override;
|
D | DwarfAccelTable.h | 65 class DwarfDebug; variable 226 void EmitData(AsmPrinter *, DwarfDebug *D); 251 void emit(AsmPrinter *, const MCSymbol *, DwarfDebug *);
|
D | CMakeLists.txt | 13 DwarfDebug.cpp
|
D | DwarfCompileUnit.h | 26 class DwarfDebug; variable 70 DwarfDebug *DW, DwarfFile *DWU);
|
D | DwarfUnit.h | 86 DwarfDebug *DD; 121 DwarfDebug *DW, DwarfFile *DWU); 422 DwarfDebug *DW, DwarfFile *DWU,
|
D | Android.mk | 15 DwarfDebug.cpp \
|
D | DwarfFile.h | 34 class DwarfDebug; variable
|
D | DIE.cpp | 390 const DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue() 413 const DwarfDebug *DD = AP->getDwarfDebug(); in getRefAddrSize() 563 DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue()
|
D | DwarfAccelTable.cpp | 206 void DwarfAccelTable::EmitData(AsmPrinter *Asm, DwarfDebug *D) { in EmitData() 244 DwarfDebug *D) { in emit()
|
D | DwarfUnit.cpp | 69 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit() 78 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit() 597 static bool isUnsignedDIType(DwarfDebug *DD, DIType Ty) { in isUnsignedDIType() 646 static uint64_t getBaseTypeSize(DwarfDebug *DD, DIDerivedType Ty) { in getBaseTypeSize()
|
D | DIEHash.cpp | 287 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
|
D | DwarfCompileUnit.cpp | 19 AsmPrinter *A, DwarfDebug *DW, in DwarfCompileUnit()
|
D | AsmPrinter.cpp | 252 DD = new DwarfDebug(this, &M); in doInitialization()
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 57 class DwarfDebug; variable 137 DwarfDebug *DD; 145 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug() 146 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
|
/external/llvm/patches/ |
D | 0004-Add-Android-makefiles-for-LLVM.patch | 749 + DwarfDebug.cpp \ 779 + DwarfDebug.cpp \
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 66 Currently, debug information is consumed by DwarfDebug to produce dwarf
|