Searched refs:DbgLabel (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/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 | 122 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel() 123 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()
|
| H A D | DwarfCompileUnit.h | 222 DIE *constructLabelDIE(DbgLabel &DL, const LexicalScope &Scope); 347 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);
|
| H A D | DwarfCompileUnit.cpp | 709 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 D | DwarfDebug.h | 232 class DbgLabel : public DbgEntity { 237 DbgLabel(const DILabel *L, const DILocation *IA, const MCSymbol *Sym = nullptr)
|
| H A D | DwarfDebug.cpp | 1821 std::make_unique<DbgLabel>(cast<const DILabel>(Node), in createConcreteEntity() 1824 cast<DbgLabel>(ConcreteEntities.back().get())); in createConcreteEntity()
|