Searched refs:DbgLabel (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.h | 27 class DbgLabel; variable 86 using LabelList = SmallVector<DbgLabel *, 4>; 155 void addScopeLabel(LexicalScope *LS, DbgLabel *Label);
|
| H A D | DwarfFile.cpp | 123 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel() 124 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()
|
| H A D | DwarfCompileUnit.h | 221 DIE *constructLabelDIE(DbgLabel &DL, const LexicalScope &Scope); 353 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);
|
| H A D | DwarfCompileUnit.cpp | 697 DIE *DwarfCompileUnit::constructLabelDIE(DbgLabel &DL, in constructLabelDIE() 1024 for (DbgLabel *DL : DU->getScopeLabels().lookup(Scope)) in createScopeChildrenDIE() 1291 const DbgLabel *Label = nullptr; in finishEntityDefinition() 1294 Label = dyn_cast<const DbgLabel>(Entity); in finishEntityDefinition() 1298 else if ((Label = dyn_cast<const DbgLabel>(Entity))) in finishEntityDefinition() 1326 Entity = std::make_unique<DbgLabel>( in createAbstractEntity() 1328 DU->addScopeLabel(Scope, cast<DbgLabel>(Entity.get())); in createAbstractEntity() 1493 void DwarfCompileUnit::applyLabelAttributes(const DbgLabel &Label, in applyLabelAttributes()
|
| H A D | DwarfDebug.h | 233 class DbgLabel : public DbgEntity { 238 DbgLabel(const DILabel *L, const DILocation *IA, const MCSymbol *Sym = nullptr)
|
| H A D | DwarfDebug.cpp | 1777 std::make_unique<DbgLabel>(cast<const DILabel>(Node), in createConcreteEntity() 1780 cast<DbgLabel>(ConcreteEntities.back().get())); in createConcreteEntity()
|