Searched refs:gen_ctf_type (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2ctf.cc | 33 gen_ctf_type (ctf_container_ref, dw_die_ref); 339 type_id = gen_ctf_type (ctfc, pointed_type_die); in gen_ctf_pointer_type() 367 array_elems_type_id = gen_ctf_type (ctfc, array_elems_type); in gen_ctf_array_type() 430 arinfo.ctr_index = gen_ctf_type (ctfc, array_index_type); in gen_ctf_array_type() 432 arinfo.ctr_index = gen_ctf_type (ctfc, ctf_array_index_die); in gen_ctf_array_type() 462 tid = gen_ctf_type (ctfc, tdef_type); in gen_ctf_typedef() 504 qual_type_id = gen_ctf_type (ctfc, qual_type); in gen_ctf_modifier_type() 567 field_type_id = gen_ctf_type (ctfc, field_type); in gen_ctf_sou_type() 652 return_type_id = gen_ctf_type (ctfc, return_type); in gen_ctf_function_type() 716 arg_type = gen_ctf_type (ctfc, ctf_get_AT_type (c)); in gen_ctf_function_type() [all …]
|