Home
last modified time | relevance | path

Searched refs:ctfc_num_stypes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.cc425 ctfc->ctfc_num_stypes++; in ctf_add_encoded()
445 ctfc->ctfc_num_stypes++; in ctf_add_reftype()
462 ctfc->ctfc_num_stypes++; in ctf_add_forward()
486 ctfc->ctfc_num_stypes++; in ctf_add_typedef()
521 ctfc->ctfc_num_stypes++; in ctf_add_slice()
573 ctfc->ctfc_num_stypes++; in ctf_add_array()
608 ctfc->ctfc_num_stypes++; in ctf_add_enum()
800 ctfc->ctfc_num_stypes++; in ctf_add_function()
841 ctfc->ctfc_num_stypes++; in ctf_add_sou()
H A Dctfout.cc479 == (ctfc->ctfc_num_types + ctfc->ctfc_num_stypes)); in output_ctf_header()
494 + ctfc->ctfc_num_stypes * (sizeof (ctf_stype_t)) in output_ctf_header()
H A Dctfc.h287 uint64_t ctfc_num_stypes; member