Home | History | Annotate | Download | only in gcc

Lines Matching defs:tu_ctfc

30 ctf_container_ref tu_ctfc;
35 return tu_ctfc;
951 tu_ctfc = ggc_cleared_alloc<ctf_container_t> ();
952 tu_ctfc->ctfc_types
954 tu_ctfc->ctfc_vars
956 tu_ctfc->ctfc_ignore_vars
959 return tu_ctfc;
967 tu_ctfc = new_ctf_container ();
969 tu_ctfc->ctfc_magic = CTF_MAGIC;
970 tu_ctfc->ctfc_version = CTF_VERSION;
971 tu_ctfc->ctfc_flags = CTF_F_NEWFUNCINFO;
972 tu_ctfc->ctfc_nextid = CTF_INIT_TYPEID;
974 init_ctf_string_table (tu_ctfc);