X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Fentity.h;h=8f5dfbb1add0c3040fb8ddece53f7082367aa725;hb=0b08729e04ee529435b89d359202a731f65b2f01;hp=98bc968dda385f2532b139411184eae1a1b188a8;hpb=a32ee5eb0ceb637b8b0cd4e0e5fd2e2d3a363298;p=libfirm diff --git a/ir/tr/entity.h b/ir/tr/entity.h index 98bc968dd..8f5dfbb1a 100644 --- a/ir/tr/entity.h +++ b/ir/tr/entity.h @@ -224,6 +224,9 @@ ent_allocation get_entity_allocation (entity *ent); /** Sets the allocation type of an entity. */ void set_entity_allocation (entity *ent, ent_allocation al); +/** Return the name of the visibility */ +const char *get_allocation_name(ent_allocation vis); + /** * This enumeration flags the visibility of entities. This is necessary * for partial compilation. @@ -245,6 +248,9 @@ ent_visibility get_entity_visibility (entity *ent); /** Sets the visibility of an entity. */ void set_entity_visibility (entity *ent, ent_visibility vis); +/** Return the name of the visibility */ +const char *get_visibility_name(ent_visibility vis); + /** This enumeration flags the variability of entities. */ typedef enum { uninitialized, /**< The content of the entity is completely unknown. */ @@ -263,7 +269,7 @@ ent_variability get_entity_variability (entity *ent); void set_entity_variability (entity *ent, ent_variability var); /** Return the name of the variablity. */ -const char *get_variablity_name(ent_variability var); +const char *get_variability_name(ent_variability var); /** This enumeration flags the volatility of entities. */ typedef enum {