Lines Matching refs:DbgEntity
65 class DbgEntity {
79 DbgEntity(const DINode *N, const DILocation *IA, DbgEntityKind ID) in DbgEntity() function
81 virtual ~DbgEntity() = default;
93 static bool classof(const DbgEntity *N) { in classof()
214 class DbgVariable : public DbgEntity, public Loc::Variant {
243 : DbgEntity(V, IA, DbgVariableKind) {} in DbgVariable()
280 static bool classof(const DbgEntity *N) { in classof()
289 class DbgLabel : public DbgEntity {
295 : DbgEntity(L, IA, DbgLabelKind), Sym(Sym) {} in DbgEntity() function
310 static bool classof(const DbgEntity *N) { in classof()
368 SmallVector<std::unique_ptr<DbgEntity>, 64> ConcreteEntities;
536 DbgEntity *createConcreteEntity(DwarfCompileUnit &TheCU,