HomeSort by: relevance | last modified time | path
    Searched defs:tu_ctfc (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ctfc.cc 30 ctf_container_ref tu_ctfc; variable
35 return tu_ctfc;
955 tu_ctfc = ggc_cleared_alloc<ctf_container_t> ();
956 tu_ctfc->ctfc_types
958 tu_ctfc->ctfc_vars
960 tu_ctfc->ctfc_ignore_vars
963 return tu_ctfc;
971 tu_ctfc = new_ctf_container ();
973 tu_ctfc->ctfc_magic = CTF_MAGIC;
974 tu_ctfc->ctfc_version = CTF_VERSION
    [all...]
ctfout.cc 803 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc ();
807 ctf_add_cuname (tu_ctfc, filename);
810 ctf_preprocess (tu_ctfc);
811 output_ctf_header (tu_ctfc);
812 output_ctf_obj_info (tu_ctfc);
813 output_ctf_func_info (tu_ctfc);
814 output_ctf_objtidx (tu_ctfc);
815 output_ctf_funcidx (tu_ctfc);
816 output_ctf_vars (tu_ctfc);
817 output_ctf_types (tu_ctfc);
835 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); local
    [all...]
dwarf2ctf.cc 963 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); local
969 gen_ctf_variable (tu_ctfc, die);
974 gen_ctf_function (tu_ctfc, die);
978 return gen_ctf_type (tu_ctfc, die) == CTF_NULL_TYPEID;
btfout.cc 1368 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); local
1398 ctf_dvdef_ref dvd = ctf_dvd_lookup (tu_ctfc, die);
1404 constvoid_id = ctf_add_reftype (tu_ctfc, CTF_ADD_ROOT,
1411 size_t num_ctf_types = tu_ctfc->ctfc_types->elements ();
1420 tu_ctfc->ctfc_types_list
1422 tu_ctfc->ctfc_types->traverse<ctf_container_ref, btf_dtd_postprocess_cb>
1423 (tu_ctfc);
1429 ctf_dtdef_ref dtd = tu_ctfc->ctfc_types_list[i];
1443 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); local
1450 ctf_add_cuname (tu_ctfc, filename)
1489 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); local
    [all...]
ctfc.h 343 extern GTY (()) ctf_container_ref tu_ctfc; variable
  /src/external/gpl3/gcc.old/dist/gcc/
ctfc.cc 30 ctf_container_ref tu_ctfc; variable
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
    [all...]
ctfout.cc 803 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc ();
807 ctf_add_cuname (tu_ctfc, filename);
810 ctf_preprocess (tu_ctfc);
811 output_ctf_header (tu_ctfc);
812 output_ctf_obj_info (tu_ctfc);
813 output_ctf_func_info (tu_ctfc);
814 output_ctf_objtidx (tu_ctfc);
815 output_ctf_funcidx (tu_ctfc);
816 output_ctf_vars (tu_ctfc);
817 output_ctf_types (tu_ctfc);
835 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); local
    [all...]
btfout.cc 1041 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); local
1044 size_t num_ctf_types = tu_ctfc->ctfc_types->elements ();
1059 tu_ctfc->ctfc_types_list
1061 tu_ctfc->ctfc_types->traverse<ctf_container_ref, btf_dtd_postprocess_cb>
1062 (tu_ctfc);
1068 ctf_dtdef_ref dtd = tu_ctfc->ctfc_types_list[i];
1082 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); local
1089 ctf_add_cuname (tu_ctfc, filename);
1091 btf_emit_preprocess (tu_ctfc);
1093 output_btf_header (tu_ctfc);
1128 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); local
    [all...]
dwarf2ctf.cc 958 ctf_container_ref tu_ctfc = ctf_get_tu_ctfc (); local
964 gen_ctf_variable (tu_ctfc, die);
969 gen_ctf_function (tu_ctfc, die);
973 return gen_ctf_type (tu_ctfc, die) == CTF_NULL_TYPEID;
ctfc.h 341 extern GTY (()) ctf_container_ref tu_ctfc; variable

Completed in 25 milliseconds