Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h27 class DbgLabel; variable
86 using LabelList = SmallVector<DbgLabel *, 4>;
155 void addScopeLabel(LexicalScope *LS, DbgLabel *Label);
H A DDwarfFile.cpp122 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel()
123 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()
H A DDwarfCompileUnit.h222 DIE *constructLabelDIE(DbgLabel &DL, const LexicalScope &Scope);
347 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);
H A DDwarfCompileUnit.cpp709 DIE *DwarfCompileUnit::constructLabelDIE(DbgLabel &DL, in constructLabelDIE()
1067 for (DbgLabel *DL : DU->getScopeLabels().lookup(Scope)) in createAndAddScopeChildren()
1323 const DbgLabel *Label = nullptr; in finishEntityDefinition()
1326 Label = dyn_cast<const DbgLabel>(Entity); in finishEntityDefinition()
1330 else if ((Label = dyn_cast<const DbgLabel>(Entity))) in finishEntityDefinition()
1358 Entity = std::make_unique<DbgLabel>( in createAbstractEntity()
1360 DU->addScopeLabel(Scope, cast<DbgLabel>(Entity.get())); in createAbstractEntity()
1527 void DwarfCompileUnit::applyLabelAttributes(const DbgLabel &Label, in applyLabelAttributes()
H A DDwarfDebug.h232 class DbgLabel : public DbgEntity {
237 DbgLabel(const DILabel *L, const DILocation *IA, const MCSymbol *Sym = nullptr)
H A DDwarfDebug.cpp1821 std::make_unique<DbgLabel>(cast<const DILabel>(Node), in createConcreteEntity()
1824 cast<DbgLabel>(ConcreteEntities.back().get())); in createConcreteEntity()