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

/freebsd-9.3-release/contrib/gcc/
H A Dggc.h158 struct ggc_pch_data;
160 /* Return a new ggc_pch_data structure. */
161 extern struct ggc_pch_data *init_ggc_pch (void);
164 of an object. Update the ggc_pch_data structure with as much of
167 extern void ggc_pch_count_object (struct ggc_pch_data *, void *, size_t, bool,
172 extern size_t ggc_pch_total_size (struct ggc_pch_data *);
176 extern void ggc_pch_this_base (struct ggc_pch_data *, void *);
181 extern char *ggc_pch_alloc_object (struct ggc_pch_data *, void *, size_t, bool,
185 extern void ggc_pch_prepare_write (struct ggc_pch_data *, FILE *);
188 extern void ggc_pch_write_object (struct ggc_pch_data *, FIL
[all...]
H A Dggc-page.c2035 struct ggc_pch_data
2045 struct ggc_pch_data *
2048 return XCNEW (struct ggc_pch_data);
2052 ggc_pch_count_object (struct ggc_pch_data *d, void *x ATTRIBUTE_UNUSED,
2071 ggc_pch_total_size (struct ggc_pch_data *d)
2082 ggc_pch_this_base (struct ggc_pch_data *d, void *base)
2096 ggc_pch_alloc_object (struct ggc_pch_data *d, void *x ATTRIBUTE_UNUSED,
2118 ggc_pch_prepare_write (struct ggc_pch_data *d ATTRIBUTE_UNUSED,
2125 ggc_pch_write_object (struct ggc_pch_data *d ATTRIBUTE_UNUSED,
2177 ggc_pch_finish (struct ggc_pch_data *
2029 struct ggc_pch_data struct
[all...]
H A Dggc-zone.c2142 struct ggc_pch_data struct
2155 struct ggc_pch_data *
2158 return xcalloc (sizeof (struct ggc_pch_data), 1);
2187 ggc_pch_count_object (struct ggc_pch_data *d, void *x ATTRIBUTE_UNUSED,
2200 ggc_pch_total_size (struct ggc_pch_data *d)
2224 ggc_pch_this_base (struct ggc_pch_data *d, void *base_)
2243 ggc_pch_alloc_object (struct ggc_pch_data *d, void *x,
2271 ggc_pch_prepare_write (struct ggc_pch_data *d,
2283 ggc_pch_write_object (struct ggc_pch_data *d,
2295 ggc_pch_finish (struct ggc_pch_data *
[all...]
H A Dggc-common.c323 struct ggc_pch_data *d;

Completed in 55 milliseconds