Projet_SETI_RISC-V/riscv-gnu-toolchain/build-gcc-newlib-stage1/gcc/gt-lto-lto-common.h

137 lines
4.1 KiB
C

/* Type information for lto/lto-common.cc.
Copyright (C) 2004-2022 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
/* This file is machine generated. Do not edit. */
/* GC roots. */
static void gt_ggc_ma_real_file_decl_data (void *);
static void
gt_ggc_ma_real_file_decl_data (ATTRIBUTE_UNUSED void *x_p)
{
if (real_file_decl_data != NULL) {
size_t i0;
for (i0 = 0; i0 != (size_t)(real_file_count + 1); i0++) {
gt_ggc_m_18lto_file_decl_data (real_file_decl_data[i0]);
}
ggc_mark (real_file_decl_data);
}
}
static void gt_pch_pa_real_file_decl_data
(void *, void *, gt_pointer_operator, void *);
static void gt_pch_pa_real_file_decl_data (ATTRIBUTE_UNUSED void *this_obj,
ATTRIBUTE_UNUSED void *x_p,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void * cookie)
{
if (real_file_decl_data != NULL) {
size_t i0;
for (i0 = 0; i0 != (size_t)(real_file_count + 1) && ((void *)real_file_decl_data == this_obj); i0++) {
if ((void *)(real_file_decl_data) == this_obj)
op (&(real_file_decl_data[i0]), NULL, cookie);
}
if ((void *)(&real_file_decl_data) == this_obj)
op (&(real_file_decl_data), NULL, cookie);
}
}
static void gt_pch_na_real_file_decl_data (void *);
static void
gt_pch_na_real_file_decl_data (ATTRIBUTE_UNUSED void *x_p)
{
if (real_file_decl_data != NULL) {
size_t i0;
for (i0 = 0; i0 != (size_t)(real_file_count + 1); i0++) {
gt_pch_n_18lto_file_decl_data (real_file_decl_data[i0]);
}
gt_pch_note_object (real_file_decl_data, &real_file_decl_data, gt_pch_pa_real_file_decl_data);
}
}
static void gt_ggc_ma_all_file_decl_data (void *);
static void
gt_ggc_ma_all_file_decl_data (ATTRIBUTE_UNUSED void *x_p)
{
if (all_file_decl_data != NULL) {
size_t i0;
for (i0 = 0; i0 != (size_t)(lto_stats.num_input_files + 1); i0++) {
gt_ggc_m_18lto_file_decl_data (all_file_decl_data[i0]);
}
ggc_mark (all_file_decl_data);
}
}
static void gt_pch_pa_all_file_decl_data
(void *, void *, gt_pointer_operator, void *);
static void gt_pch_pa_all_file_decl_data (ATTRIBUTE_UNUSED void *this_obj,
ATTRIBUTE_UNUSED void *x_p,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void * cookie)
{
if (all_file_decl_data != NULL) {
size_t i0;
for (i0 = 0; i0 != (size_t)(lto_stats.num_input_files + 1) && ((void *)all_file_decl_data == this_obj); i0++) {
if ((void *)(all_file_decl_data) == this_obj)
op (&(all_file_decl_data[i0]), NULL, cookie);
}
if ((void *)(&all_file_decl_data) == this_obj)
op (&(all_file_decl_data), NULL, cookie);
}
}
static void gt_pch_na_all_file_decl_data (void *);
static void
gt_pch_na_all_file_decl_data (ATTRIBUTE_UNUSED void *x_p)
{
if (all_file_decl_data != NULL) {
size_t i0;
for (i0 = 0; i0 != (size_t)(lto_stats.num_input_files + 1); i0++) {
gt_pch_n_18lto_file_decl_data (all_file_decl_data[i0]);
}
gt_pch_note_object (all_file_decl_data, &all_file_decl_data, gt_pch_pa_all_file_decl_data);
}
}
EXPORTED_CONST struct ggc_root_tab gt_ggc_r_gt_lto_lto_common_h[] = {
{
&real_file_decl_data,
1,
sizeof (real_file_decl_data),
&gt_ggc_ma_real_file_decl_data,
&gt_pch_na_real_file_decl_data
},
{
&all_file_decl_data,
1,
sizeof (all_file_decl_data),
&gt_ggc_ma_all_file_decl_data,
&gt_pch_na_all_file_decl_data
},
{
&types_to_register,
1,
sizeof (types_to_register),
&gt_ggc_mx_vec_tree_va_gc_,
&gt_pch_nx_vec_tree_va_gc_
},
LAST_GGC_ROOT_TAB
};