Searched refs:DwarfDebug (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 167 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M) in DwarfDebug() function in DwarfDebug 221 DwarfDebug::~DwarfDebug() { } in ~DwarfDebug() 275 void DwarfDebug::addSubprogramNames(DISubprogram SP, DIE &Die) { in addSubprogramNames() 300 bool DwarfDebug::isSubprogramContext(const MDNode *Context) { in isSubprogramContext() 314 DIE &DwarfDebug::updateSubprogramScopeDIE(DwarfCompileUnit &SPCU, in updateSubprogramScopeDIE() 333 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { in isLexicalScopeDIENull() 361 void DwarfDebug::addScopeRangeList(DwarfCompileUnit &TheCU, DIE &ScopeDIE, in addScopeRangeList() 386 void DwarfDebug::attachRangesOrLowHighPC(DwarfCompileUnit &TheCU, DIE &Die, in attachRangesOrLowHighPC() 399 DwarfDebug::constructLexicalScopeDIE(DwarfCompileUnit &TheCU, in constructLexicalScopeDIE() 416 DwarfDebug::constructInlinedScopeDIE(DwarfCompileUnit &TheCU, in constructInlinedScopeDIE() [all …]
|
D | DwarfDebug.h | 46 class DwarfDebug; variable 77 DwarfDebug *DD; 81 DbgVariable(DIVariable V, DwarfDebug *DD) in DbgVariable() 87 DbgVariable(const MachineInstr *DbgValue, DwarfDebug *DD) in DbgVariable() 152 class DwarfDebug : public AsmPrinterHandler { 566 DwarfDebug(AsmPrinter *A, Module *M); 568 ~DwarfDebug() override;
|
D | DwarfFile.h | 32 class DwarfDebug; variable 70 void emitUnits(DwarfDebug *DD, const MCSymbol *ASectionSym);
|
D | CMakeLists.txt | 12 DwarfDebug.cpp
|
D | DwarfUnit.h | 85 DwarfDebug *DD; 145 DwarfDebug *DW, DwarfFile *DWU); 534 DwarfDebug *DW, DwarfFile *DWU); 568 DwarfDebug *DW, DwarfFile *DWU,
|
D | Android.mk | 14 DwarfDebug.cpp \
|
D | DIE.cpp | 378 const DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue() 403 const DwarfDebug *DD = AP->getDwarfDebug(); in getRefAddrSize() 553 DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue()
|
D | DwarfFile.cpp | 51 void DwarfFile::emitUnits(DwarfDebug *DD, const MCSymbol *ASectionSym) { in emitUnits()
|
D | DwarfUnit.cpp | 45 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit() 55 AsmPrinter *A, DwarfDebug *DW, in DwarfCompileUnit() 62 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit() 749 static bool isUnsignedDIType(DwarfDebug *DD, DIType Ty) { in isUnsignedDIType() 790 static uint64_t getBaseTypeSize(DwarfDebug *DD, DIDerivedType Ty) { in getBaseTypeSize()
|
D | DIEHash.cpp | 287 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
|
D | AsmPrinter.cpp | 230 DD = new DwarfDebug(this, &M); in doInitialization()
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 54 class DwarfDebug; variable 126 DwarfDebug *DD; 134 DwarfDebug *getDwarfDebug() { 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
|