Searched refs:val_file (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c2749 struct dwarf_file_data * GTY ((tag ("dw_val_class_file"))) val_file;
5221 attr.dw_attr_val.v.val_file = fd;
5231 return a->dw_attr_val.v.val_file;
6091 return v1->v.val_file == v2->v.val_file;
6686 size += constant_size (maybe_emit_file (a->dw_attr_val.v.val_file));
6873 switch (constant_size (maybe_emit_file (a->dw_attr_val.v.val_file)))
7246 int f = maybe_emit_file (a->dw_attr_val.v.val_file);
7249 a->dw_attr_val.v.val_file->filename);
2747 struct dwarf_file_data * GTY ((tag ("dw_val_class_file"))) val_file; member in union:dw_val_struct_union

Completed in 72 milliseconds