Searched defs:varpool_node (Results 1 – 1 of 1) sorted by relevance
451 struct GTY(()) varpool_node { struct452 struct symtab_node_base symbol;454 tree alias_of;458 unsigned analyzed : 1;460 unsigned finalized : 1;462 unsigned output : 1;487 struct varpool_node GTY ((tag ("SYMTAB_VARIABLE"))) x_variable; argument