Home
last modified time | relevance | path

Searched refs:DbgLabel (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h27 class DbgLabel; variable
87 using LabelList = SmallVector<DbgLabel *, 4>;
155 void addScopeLabel(LexicalScope *LS, DbgLabel *Label);
H A DDwarfFile.cpp117 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel()
118 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()
H A DDwarfCompileUnit.h248 DIE *constructLabelDIE(DbgLabel &DL, const LexicalScope &Scope);
377 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);
H A DDwarfCompileUnit.cpp961 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 DDwarfDebug.h289 class DbgLabel : public DbgEntity {
294 DbgLabel(const DILabel *L, const DILocation *IA, const MCSymbol *Sym = nullptr)
H A DDwarfDebug.cpp1864 std::make_unique<DbgLabel>(cast<const DILabel>(Node), in createConcreteEntity()
1867 cast<DbgLabel>(ConcreteEntities.back().get())); in createConcreteEntity()