Home
last modified time | relevance | path

Searched refs:DwarfDebug (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp204 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 …]
DDwarfAccelTable.h65 class DwarfDebug; variable
225 void EmitData(AsmPrinter *, DwarfDebug *D);
249 void emit(AsmPrinter *, const MCSymbol *, DwarfDebug *);
DDwarfDebug.h46 class DwarfDebug; variable
193 class DwarfDebug : public DebugHandlerBase {
454 DwarfDebug(AsmPrinter *A, Module *M);
456 ~DwarfDebug() override;
DDwarfUnit.h83 DwarfDebug *DD;
107 DwarfUnit(dwarf::Tag, const DICompileUnit *CU, AsmPrinter *A, DwarfDebug *DW,
376 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
DCMakeLists.txt15 DwarfDebug.cpp
DDwarfCompileUnit.h26 class DwarfDebug; variable
84 DwarfDebug *DW, DwarfFile *DWU);
DDIE.cpp446 const DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue()
469 const DwarfDebug *DD = AP->getDwarfDebug(); in getRefAddrSize()
594 DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue()
DDwarfFile.h34 class DwarfDebug; variable
DDwarfAccelTable.cpp206 void DwarfAccelTable::EmitData(AsmPrinter *Asm, DwarfDebug *D) { in EmitData()
244 DwarfDebug *D) { in emit()
DDIEHash.cpp274 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
DDwarfUnit.cpp67 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()
DDwarfCompileUnit.cpp20 AsmPrinter *A, DwarfDebug *DW, in DwarfCompileUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp348 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M) in DwarfDebug() function in DwarfDebug
426 DwarfDebug::~DwarfDebug() = default;
456 void DwarfDebug::addSubprogramNames(const DICompileUnit &CU, in addSubprogramNames()
490 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { in isLexicalScopeDIENull()
514 bool DwarfDebug::shareAcrossDWOCUs() const { in shareAcrossDWOCUs()
518 void DwarfDebug::constructAbstractSubprogramScopeDIE(DwarfCompileUnit &SrcCU, in constructAbstractSubprogramScopeDIE()
698 void DwarfDebug::constructCallSiteEntryDIEs(const DISubprogram &SP, in constructCallSiteEntryDIEs()
808 void DwarfDebug::addGnuPubAttributes(DwarfCompileUnit &U, DIE &D) const { in addGnuPubAttributes()
815 void DwarfDebug::finishUnitAttributes(const DICompileUnit *DIUnit, in finishUnitAttributes()
876 DwarfDebug::getOrCreateDwarfCompileUnit(const DICompileUnit *DIUnit) { in getOrCreateDwarfCompileUnit()
[all …]
DDwarfDebug.h297 class DwarfDebug : public DebugHandlerBase {
609 DwarfDebug(AsmPrinter *A, Module *M);
611 ~DwarfDebug() override;
636 DwarfDebug *DD;
637 decltype(DwarfDebug::TypeUnitsUnderConstruction) TypeUnitsUnderConstruction;
638 friend class DwarfDebug; variable
639 NonTypeUnitContext(DwarfDebug *DD);
DDwarfUnit.h55 DwarfDebug *DD;
76 DwarfUnit(dwarf::Tag, const DICompileUnit *Node, AsmPrinter *A, DwarfDebug *DW,
355 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
DCMakeLists.txt15 DwarfDebug.cpp
DDwarfCompileUnit.cpp55 static dwarf::Tag GetCompileUnitType(UnitKind Kind, DwarfDebug *DW) { in GetCompileUnitType()
69 AsmPrinter *A, DwarfDebug *DW, in DwarfCompileUnit()
908 static bool useGNUAnalogForDwarf5Feature(DwarfDebug *DD) { in useGNUAnalogForDwarf5Feature()
1009 DwarfDebug::emitDebugLocValue(*Asm, nullptr, Param.getValue(), DwarfExpr); in constructCallSiteParmEntryDIEs()
DDwarfCompileUnit.h109 DwarfDebug *DW, DwarfFile *DWU,
DDIEHash.cpp225 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList()
DDwarfUnit.cpp92 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit()
98 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit()
462 static bool isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) { in isUnsignedDIType()
DDIE.cpp819 DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue()
DAccelTable.cpp553 const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) { in emitDWARF5AccelTable()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h60 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-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h43 class DwarfDebug; variable
193 DwarfDebug *DD = nullptr;
204 DwarfDebug *getDwarfDebug() { return DD; } in getDwarfDebug()
205 DwarfDebug *getDwarfDebug() const { return DD; } in getDwarfDebug()
DAccelTable.h109 class DwarfDebug; variable
310 const DwarfDebug &DD,

12