Searched refs:DbgLabel (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.h | 27 class DbgLabel; variable 87 using LabelList = SmallVector<DbgLabel *, 4>; 155 void addScopeLabel(LexicalScope *LS, DbgLabel *Label);
|
| H A D | DwarfFile.cpp | 117 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel() 118 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()
|
| H A D | DwarfCompileUnit.h | 248 DIE *constructLabelDIE(DbgLabel &DL, const LexicalScope &Scope); 377 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);
|
| H A D | DwarfCompileUnit.cpp | 961 DIE *DwarfCompileUnit::constructLabelDIE(DbgLabel &DL, in constructLabelDIE() 1119 for (DbgLabel *DL : DU->getScopeLabels().lookup(Scope)) in createAndAddScopeChildren() 1415 const DbgLabel *Label = nullptr; in finishEntityDefinition() 1418 Label = dyn_cast<const DbgLabel>(Entity); in finishEntityDefinition() 1422 else if ((Label = dyn_cast<const DbgLabel>(Entity))) in finishEntityDefinition() 1459 Entity = std::make_unique<DbgLabel>( in createAbstractEntity() 1461 DU->addScopeLabel(Scope, cast<DbgLabel>(Entity.get())); in createAbstractEntity() 1630 void DwarfCompileUnit::applyLabelAttributes(const DbgLabel &Label, in applyLabelAttributes()
|
| H A D | DwarfDebug.h | 289 class DbgLabel : public DbgEntity { 294 DbgLabel(const DILabel *L, const DILocation *IA, const MCSymbol *Sym = nullptr)
|
| H A D | DwarfDebug.cpp | 1864 std::make_unique<DbgLabel>(cast<const DILabel>(Node), in createConcreteEntity() 1867 cast<DbgLabel>(ConcreteEntities.back().get())); in createConcreteEntity()
|