Lines Matching defs:dwarf2_cu
264 struct dwarf2_cu struct
272 should logically be moved to the dwarf2_cu structure. */ argument
273 struct comp_unit_head header;
275 struct function_range *first_fn, *last_fn, *cached_fn;
278 enum language language;
279 const struct language_defn *language_defn;
281 const char *producer;
292 struct pending **list_in_scope;
318 /* When multiple dwarf2_cu structures are living in memory, this field argument
322 struct dwarf2_per_cu_data *read_in_chain;
325 struct dwarf2_per_cu_data *per_cu;
328 int last_used;
331 struct die_info *die_ref_table[REF_HASH_SIZE];
334 struct die_info *dies;
339 htab_t dependencies;
342 unsigned int mark : 1;
346 unsigned int has_form_ref_addr : 1;
374 struct dwarf2_cu *cu; argument