Home
last modified time | relevance | path

Searched refs:ctf_dtdef_ref (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.cc91 ctf_dtu_d_union_selector (ctf_dtdef_ref ctftype) in ctf_dtu_d_union_selector()
119 ctf_dtd_insert (ctf_container_ref ctfc, ctf_dtdef_ref dtd) in ctf_dtd_insert()
122 ctf_dtdef_ref entry = dtd; in ctf_dtd_insert()
124 ctf_dtdef_ref * item = ctfc->ctfc_types->find_slot (entry, INSERT); in ctf_dtd_insert()
135 ctf_dtdef_ref
141 ctf_dtdef_ref * slot = ctfc->ctfc_types->find_slot (&entry, NO_INSERT); in ctf_dtd_lookup()
144 return (ctf_dtdef_ref)*slot; in ctf_dtd_lookup()
378 ctf_dtdef_ref * rp, dw_die_ref die) in ctf_add_generic()
380 ctf_dtdef_ref dtd; in ctf_add_generic()
408 ctf_dtdef_ref dtd; in ctf_add_encoded()
[all …]
H A Dctfc.h195 typedef ctf_dtdef_t * ctf_dtdef_ref; typedef
219 ctf_dtu_d_union_selector (ctf_dtdef_ref);
223 typedef ctf_dtdef_ref compare_type;
225 static hashval_t hash (ctf_dtdef_ref);
226 static bool equal (ctf_dtdef_ref, ctf_dtdef_ref);
230 ctfc_dtd_hasher::hash (ctf_dtdef_ref dtd) in hash()
236 ctfc_dtd_hasher::equal (ctf_dtdef_ref dtd, ctf_dtdef_ref dtd2) in equal()
395 extern ctf_dtdef_ref ctf_dtd_lookup (const ctf_container_ref ctfc,
445 extern int ctfc_get_dtd_srcloc (ctf_dtdef_ref, ctf_srcloc_ref);
H A Dctfout.cc97 ctf_calc_num_vbytes (ctf_dtdef_ref ctftype) in ctf_calc_num_vbytes()
234 ctf_dtd_preprocess_cb (ctf_dtdef_ref * slot, void * arg) in ctf_dtd_preprocess_cb()
238 ctf_dtdef_ref ctftype = (ctf_dtdef_ref) *slot; in ctf_dtd_preprocess_cb()
333 ctfc->ctfc_types_list = ggc_vec_alloc<ctf_dtdef_ref>(num_ctf_types + 1); in ctf_preprocess()
357 ctf_asm_stype (ctf_dtdef_ref type) in ctf_asm_stype()
368 ctf_asm_type (ctf_dtdef_ref type) in ctf_asm_type()
381 ctf_asm_slice (ctf_dtdef_ref type) in ctf_asm_slice()
391 ctf_asm_array (ctf_dtdef_ref dtd) in ctf_asm_array()
551 ctf_dtdef_ref ctftype; in output_ctf_func_info()
589 ctf_dtdef_ref ctftype; in output_ctf_funcidx()
[all …]
H A Dbtfout.cc105 static GTY (()) vec<ctf_dtdef_ref, va_gc> *funcs;
187 btf_calc_num_vbytes (ctf_dtdef_ref dtd) in btf_calc_num_vbytes()
397 btf_dtd_postprocess_cb (ctf_dtdef_ref *slot, ctf_container_ref arg_ctfc) in btf_dtd_postprocess_cb()
399 ctf_dtdef_ref ctftype = (ctf_dtdef_ref) * slot; in btf_dtd_postprocess_cb()
448 btf_dtd_emit_preprocess_cb (ctf_container_ref ctfc, ctf_dtdef_ref dtd) in btf_dtd_emit_preprocess_cb()
463 ctf_dtdef_ref func_dtd = ggc_cleared_alloc<ctf_dtdef_t> (); in btf_dtd_emit_preprocess_cb()
545 ctf_dtdef_ref ref_type = ctfc->ctfc_types_list[dmd->dmd_type]; in btf_dmd_representable_bitfield_p()
568 btf_asm_type (ctf_container_ref ctfc, ctf_dtdef_ref dtd) in btf_asm_type()
649 btf_asm_array (ctf_dtdef_ref dtd) in btf_asm_array()
675 ctf_dtdef_ref ref_type = ctfc->ctfc_types_list[dmd->dmd_type]; in btf_asm_sou_member()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dcoreout.cc217 ctf_dtdef_ref dtd = ctf_dtd_lookup (ctfc, die); in bpf_core_get_sou_member_index()