/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 204 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M) in DwarfDebug() function in DwarfDebug 277 DwarfDebug::~DwarfDebug() { } in ~DwarfDebug() 310 void DwarfDebug::addSubprogramNames(const DISubprogram *SP, DIE &Die) { in addSubprogramNames() 335 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { in isLexicalScopeDIENull() 358 void DwarfDebug::constructAbstractSubprogramScopeDIE(LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE() 375 void DwarfDebug::addGnuPubAttributes(DwarfUnit &U, DIE &D) const { in addGnuPubAttributes() 385 DwarfDebug::constructDwarfCompileUnit(const DICompileUnit *DIUnit) { in constructDwarfCompileUnit() 457 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE() 466 void DwarfDebug::beginModule() { in beginModule() 505 void DwarfDebug::finishVariableDefinitions() { in finishVariableDefinitions() [all …]
|
D | DwarfAccelTable.h | 65 class DwarfDebug; variable 225 void EmitData(AsmPrinter *, DwarfDebug *D); 249 void emit(AsmPrinter *, const MCSymbol *, DwarfDebug *);
|
D | DwarfDebug.h | 46 class DwarfDebug; variable 193 class DwarfDebug : public DebugHandlerBase { 454 DwarfDebug(AsmPrinter *A, Module *M); 456 ~DwarfDebug() override;
|
D | DwarfUnit.h | 83 DwarfDebug *DD; 107 DwarfUnit(dwarf::Tag, const DICompileUnit *CU, AsmPrinter *A, DwarfDebug *DW, 376 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
|
D | DwarfCompileUnit.h | 26 class DwarfDebug; variable 84 DwarfDebug *DW, DwarfFile *DWU);
|
D | CMakeLists.txt | 15 DwarfDebug.cpp
|
D | DIE.cpp | 446 const DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue() 469 const DwarfDebug *DD = AP->getDwarfDebug(); in getRefAddrSize() 594 DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue()
|
D | DwarfFile.h | 34 class DwarfDebug; variable
|
D | DwarfAccelTable.cpp | 206 void DwarfAccelTable::EmitData(AsmPrinter *Asm, DwarfDebug *D) { in EmitData() 244 DwarfDebug *D) { in emit()
|
D | DIEHash.cpp | 274 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
|
D | DwarfUnit.cpp | 67 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit() 75 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit() 515 static bool isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) { in isUnsignedDIType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 315 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M) in DwarfDebug() function in DwarfDebug 394 DwarfDebug::~DwarfDebug() = default; 424 void DwarfDebug::addSubprogramNames(const DISubprogram *SP, DIE &Die) { in addSubprogramNames() 453 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { in isLexicalScopeDIENull() 477 bool DwarfDebug::shareAcrossDWOCUs() const { in shareAcrossDWOCUs() 481 void DwarfDebug::constructAbstractSubprogramScopeDIE(DwarfCompileUnit &SrcCU, in constructAbstractSubprogramScopeDIE() 506 void DwarfDebug::addGnuPubAttributes(DwarfCompileUnit &U, DIE &D) const { in addGnuPubAttributes() 516 DwarfDebug::getOrCreateDwarfCompileUnit(const DICompileUnit *DIUnit) { in getOrCreateDwarfCompileUnit() 605 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE() 644 void DwarfDebug::beginModule() { in beginModule() [all …]
|
D | DwarfUnit.h | 80 DwarfDebug *DD; 101 DwarfUnit(dwarf::Tag, const DICompileUnit *Node, AsmPrinter *A, DwarfDebug *DW, 381 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
|
D | DwarfDebug.h | 204 class DwarfDebug : public DebugHandlerBase { 500 DwarfDebug(AsmPrinter *A, Module *M); 502 ~DwarfDebug() override;
|
D | CMakeLists.txt | 15 DwarfDebug.cpp
|
D | DwarfCompileUnit.h | 109 DwarfDebug *DW, DwarfFile *DWU);
|
D | DIEHash.cpp | 226 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
|
D | DwarfUnit.cpp | 73 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit() 79 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit() 549 static bool isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) { in isUnsignedDIType()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 121 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M) in DwarfDebug() function in DwarfDebug 136 DwarfDebug::~DwarfDebug() { in ~DwarfDebug() 139 MCSymbol *DwarfDebug::getStringPoolEntry(StringRef Str) { in getStringPoolEntry() 150 void DwarfDebug::assignAbbrevNumber(DIEAbbrev &Abbrev) { in assignAbbrevNumber() 185 DIE *DwarfDebug::updateSubprogramScopeDIE(CompileUnit *SPCU, in updateSubprogramScopeDIE() 249 DIE *DwarfDebug::constructLexicalScopeDIE(CompileUnit *TheCU, in constructLexicalScopeDIE() 295 DIE *DwarfDebug::constructInlinedScopeDIE(CompileUnit *TheCU, in constructInlinedScopeDIE() 375 DIE *DwarfDebug::constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) { in constructScopeDIE() 439 unsigned DwarfDebug::GetOrCreateSourceID(StringRef FileName, in GetOrCreateSourceID() 468 CompileUnit *DwarfDebug::constructCompileUnit(const MDNode *N) { in constructCompileUnit() [all …]
|
D | DwarfCompileUnit.h | 25 class DwarfDebug; variable 46 DwarfDebug *DD; 76 CompileUnit(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *DW);
|
D | DwarfDebug.h | 183 class DwarfDebug { 467 DwarfDebug(AsmPrinter *A, Module *M); 468 ~DwarfDebug();
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 60 class DwarfDebug; variable 140 DwarfDebug *DD; 148 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug() 149 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 44 class DwarfDebug; variable 179 DwarfDebug *DD = nullptr; 190 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug() 191 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
|
D | AccelTable.h | 112 class DwarfDebug; variable 313 const DwarfDebug &DD,
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | AsmPrinter.h | 53 class DwarfDebug; variable 114 DwarfDebug *DD;
|