Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp123 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel()
124 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()
H A DDwarfCompileUnit.h221 DIE *constructLabelDIE(DbgLabel &DL, const LexicalScope &Scope);
353 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);
H A DDwarfCompileUnit.cpp697 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 DDwarfDebug.h233 class DbgLabel : public DbgEntity {
238 DbgLabel(const DILabel *L, const DILocation *IA, const MCSymbol *Sym = nullptr)
H A DDwarfDebug.cpp1777 std::make_unique<DbgLabel>(cast<const DILabel>(Node), in createConcreteEntity()
1780 cast<DbgLabel>(ConcreteEntities.back().get())); in createConcreteEntity()