Searched refs:ctf_type_exists (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2ctf.cc | 190 if (!ctf_type_exists (ctfc, ctf_unknown_die, &unknown_type_id)) in gen_ctf_unknown_type() 345 if (ctf_type_exists (ctfc, ptr_type, &ptr_type_id)) in gen_ctf_pointer_type() 435 if (!ctf_type_exists (ctfc, c, &array_elems_type_id)) in gen_ctf_array_type() 446 if (!ctf_type_exists (ctfc, array_type, &type_id)) in gen_ctf_array_type() 467 if (!ctf_type_exists (ctfc, tdef, &tdef_type_id)) in gen_ctf_typedef() 513 if (!ctf_type_exists (ctfc, modifier, &modifier_type_id)) in gen_ctf_modifier_type() 542 if (!ctf_type_exists (ctfc, sou, &sou_type_id)) in gen_ctf_sou_type() 657 if (ctf_type_exists (ctfc, function, &function_type_id)) in gen_ctf_function_type() 841 if (ctf_type_exists (ctfc, die, &function_type_id)) in gen_ctf_function() 866 if (ctf_type_exists (ctfc, die, &type_id)) in gen_ctf_type()
|
H A D | ctfc.h | 391 extern bool ctf_type_exists (ctf_container_ref, dw_die_ref, ctf_id_t *);
|
H A D | ctfc.cc | 868 ctf_type_exists (ctf_container_ref ctfc, dw_die_ref type, in ctf_type_exists() function
|