Searched refs:DwarfDebug (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 203 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M) in DwarfDebug() function in DwarfDebug 277 DwarfDebug::~DwarfDebug() { } in ~DwarfDebug() 311 void DwarfDebug::addSubprogramNames(const DISubprogram *SP, DIE &Die) { in addSubprogramNames() 336 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { in isLexicalScopeDIENull() 359 void DwarfDebug::constructAbstractSubprogramScopeDIE(LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE() 376 void DwarfDebug::addGnuPubAttributes(DwarfUnit &U, DIE &D) const { in addGnuPubAttributes() 386 DwarfDebug::constructDwarfCompileUnit(const DICompileUnit *DIUnit) { in constructDwarfCompileUnit() 453 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE() 462 void DwarfDebug::beginModule() { in beginModule() 507 void DwarfDebug::finishVariableDefinitions() { in finishVariableDefinitions() [all …]
|
D | DwarfDebug.h | 47 class DwarfDebug; variable 72 DwarfDebug *DD; 79 DbgVariable(const DILocalVariable *V, const DILocation *IA, DwarfDebug *DD) in DbgVariable() 191 class DwarfDebug : public AsmPrinterHandler { 486 DwarfDebug(AsmPrinter *A, Module *M); 488 ~DwarfDebug() override;
|
D | DwarfAccelTable.h | 65 class DwarfDebug; variable 225 void EmitData(AsmPrinter *, DwarfDebug *D); 249 void emit(AsmPrinter *, const MCSymbol *, DwarfDebug *);
|
D | DwarfCompileUnit.h | 26 class DwarfDebug; variable 75 DwarfDebug *DW, DwarfFile *DWU);
|
D | CMakeLists.txt | 14 DwarfDebug.cpp
|
D | DwarfUnit.h | 89 DwarfDebug *DD; 114 DwarfDebug *DW, DwarfFile *DWU); 387 DwarfDebug *DW, DwarfFile *DWU,
|
D | Android.mk | 16 DwarfDebug.cpp \
|
D | DwarfFile.h | 33 class DwarfDebug; variable
|
D | DIE.cpp | 446 const DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue() 469 const DwarfDebug *DD = AP->getDwarfDebug(); in getRefAddrSize() 608 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 | 67 const DICompileUnit *Node, AsmPrinter *A, DwarfDebug *DW, in DwarfUnit() 77 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit() 515 static bool isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) { in isUnsignedDIType() 565 static uint64_t getBaseTypeSize(DwarfDebug *DD, const DIDerivedType *Ty) { in getBaseTypeSize()
|
D | DIEHash.cpp | 274 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
|
D | DwarfCompileUnit.cpp | 20 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 | 59 class DwarfDebug; variable 139 DwarfDebug *DD; 147 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug() 148 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 66 Currently, debug information is consumed by DwarfDebug to produce dwarf
|