Lines Matching defs:name
242 flags.u.has_name = !ctx->strip && var->name;
303 blob_write_string(ctx->blob, var->name);
366 const char *name = blob_read_string(ctx->blob);
367 var->name = ralloc_strdup(var, name);
369 var->name = NULL;
2016 if (fxn->name)
2021 if (fxn->name)
2022 blob_write_string(ctx->blob, fxn->name);
2046 char *name = has_name ? blob_read_string(ctx->blob) : NULL;
2048 nir_function *fxn = nir_function_create(ctx->nir, name);
2113 if (!strip && info.name)
2118 if (!strip && info.name)
2119 blob_write_string(blob, info.name);
2122 info.name = info.label = NULL;
2166 char *name = (strings & 0x1) ? blob_read_string(blob) : NULL;
2174 info.name = name ? ralloc_strdup(ctx.nir, name) : NULL;