X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fident.h;h=f77e6daa2881e6177c13b86c08bf6802385df012;hb=3d61544bd177bdb8c880ee87f5cdad2b7d1606e5;hp=83ad465d596bba3dc61b9d118cd4886f11369661;hpb=d217f68a9e53ec6e800ae31ca3af8ed8b6f9ece9;p=libfirm diff --git a/include/libfirm/ident.h b/include/libfirm/ident.h index 83ad465d5..f77e6daa2 100644 --- a/include/libfirm/ident.h +++ b/include/libfirm/ident.h @@ -110,11 +110,6 @@ FIRM_API int id_contains_char(ident *id, char c); */ FIRM_API ident *id_unique(const char *tag); -/** Computes a definite name for this entity by concatenating - the name of the owner type and the name of the entity with - a separating "_". */ -FIRM_API ident *id_mangle_entity(const ir_entity *ent); - /** mangle underscore: Returns a new ident that represents first_scnd. */ FIRM_API ident *id_mangle_u(ident *first, ident* scnd); @@ -128,9 +123,6 @@ FIRM_API ident *id_mangle(ident *first, ident* scnd); FIRM_API ident *id_mangle3(const char *prefix, ident *middle, const char *suffix); -/** returns a mangled name for a Win32 function using its calling convention */ -FIRM_API ident *id_decorate_win32_c_fkt(const ir_entity *ent, ident *id); - /** @} */ #include "end.h"