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