Home
last modified time | relevance | path

Searched refs:ctf_dvdef_ref (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.h194 typedef ctf_dvdef_t * ctf_dvdef_ref; typedef
243 typedef ctf_dvdef_ref compare_type;
245 static hashval_t hash (ctf_dvdef_ref);
246 static bool equal (ctf_dvdef_ref, ctf_dvdef_ref);
250 ctfc_dvd_hasher::hash (ctf_dvdef_ref dvd) in hash()
256 ctfc_dvd_hasher::equal (ctf_dvdef_ref dvd, ctf_dvdef_ref dvd2) in equal()
397 extern ctf_dvdef_ref ctf_dvd_lookup (const ctf_container_ref ctfc,
446 extern int ctfc_get_dvd_srcloc (ctf_dvdef_ref, ctf_srcloc_ref);
H A Dctfout.cc174 ctf_list_add_ctf_vars (ctf_container_ref ctfc, ctf_dvdef_ref var) in ctf_list_add_ctf_vars()
199 ctf_preprocess_var (ctf_container_ref ctfc, ctf_dvdef_ref var) in ctf_preprocess_var()
209 ctf_dvd_preprocess_cb (ctf_dvdef_ref * slot, void * arg) in ctf_dvd_preprocess_cb()
212 ctf_dvdef_ref var = (ctf_dvdef_ref) *slot; in ctf_dvd_preprocess_cb()
303 ctfc->ctfc_vars_list = ggc_vec_alloc<ctf_dvdef_ref>(num_ctf_vars); in ctf_preprocess()
310 sizeof (ctf_dvdef_ref), ctf_varent_compare); in ctf_preprocess()
401 ctf_asm_varent (ctf_dvdef_ref var) in ctf_asm_varent()
528 ctf_dvdef_ref var; in output_ctf_obj_info()
571 ctf_dvdef_ref var; in output_ctf_objtidx()
H A Dctfc.cc152 ctf_dvd_insert (ctf_container_ref ctfc, ctf_dvdef_ref dvd) in ctf_dvd_insert()
155 ctf_dvdef_ref entry = dvd; in ctf_dvd_insert()
157 ctf_dvdef_ref * item = ctfc->ctfc_vars->find_slot (entry, INSERT); in ctf_dvd_insert()
168 ctf_dvdef_ref
174 ctf_dvdef_ref * slot = ctfc->ctfc_vars->find_slot (&entry, NO_INSERT); in ctf_dvd_lookup()
177 return (ctf_dvdef_ref)*slot; in ctf_dvd_lookup()
185 ctf_dvd_ignore_insert (ctf_container_ref ctfc, ctf_dvdef_ref dvd) in ctf_dvd_ignore_insert()
188 ctf_dvdef_ref entry = dvd; in ctf_dvd_ignore_insert()
190 ctf_dvdef_ref * item = ctfc->ctfc_ignore_vars->find_slot (entry, INSERT); in ctf_dvd_ignore_insert()
208 ctf_dvdef_ref * slot = ctfc->ctfc_ignore_vars->find_slot (&entry, NO_INSERT); in ctf_dvd_ignore_lookup()
[all …]
H A Dbtfout.cc73 static GTY (()) hash_map <ctf_dvdef_ref, unsigned> *btf_var_ids;
310 ctf_dvdef_ref dvd = ctf_dvd_lookup (ctfc, die); in btf_collect_datasec()
428 btf_dvd_emit_preprocess_cb (ctf_dvdef_ref *slot, ctf_container_ref arg_ctfc) in btf_dvd_emit_preprocess_cb()
430 ctf_dvdef_ref var = (ctf_dvdef_ref) * slot; in btf_dvd_emit_preprocess_cb()
521 btf_var_ids = hash_map<ctf_dvdef_ref, unsigned int>::create_ggc (100); in btf_emit_preprocess()
529 ctfc->ctfc_vars_list = ggc_vec_alloc<ctf_dvdef_ref>(num_ctf_vars); in btf_emit_preprocess()
661 btf_asm_varent (ctf_dvdef_ref var) in btf_asm_varent()