Home
last modified time | relevance | path

Searched refs:num_ctf_types (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfout.cc285 size_t num_ctf_types = ctfc->ctfc_types->elements (); in ctf_preprocess() local
322 gcc_assert (num_ctf_types); in ctf_preprocess()
325 if (num_ctf_types) in ctf_preprocess()
333 ctfc->ctfc_types_list = ggc_vec_alloc<ctf_dtdef_ref>(num_ctf_types + 1); in ctf_preprocess()
783 size_t num_ctf_types = ctfc->ctfc_types->elements (); in output_ctf_types() local
784 if (num_ctf_types) in output_ctf_types()
787 for (i = 1; i <= num_ctf_types; i++) in output_ctf_types()
H A Dbtfout.cc509 size_t num_ctf_types = ctfc->ctfc_types->elements (); in btf_emit_preprocess() local
513 if (num_ctf_types) in btf_emit_preprocess()
517 for (i = 1; i <= num_ctf_types; i++) in btf_emit_preprocess()
1044 size_t num_ctf_types = tu_ctfc->ctfc_types->elements (); in btf_init_postprocess() local
1052 if (num_ctf_types) in btf_init_postprocess()
1054 init_btf_id_map (num_ctf_types + 1); in btf_init_postprocess()
1060 = ggc_vec_alloc<ctf_dtdef_ref>(num_ctf_types + 1); in btf_init_postprocess()
1066 for (i = 1; i <= num_ctf_types; i++) in btf_init_postprocess()