Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbtfout.cc465 func_dtd->dtd_data.ctti_type = dtd->dtd_type; in btf_dtd_emit_preprocess_cb()
574 btf_size_type = dtd->dtd_data.ctti_type; in btf_asm_type()
618 if (dtd->dtd_data.ctti_type == CTF_K_UNION) in btf_asm_type()
643 dw2_asm_output_data (4, get_btf_id (dtd->dtd_data.ctti_type), "btt_type"); in btf_asm_type()
744 dw2_asm_output_data (4, get_btf_id (dtd->dtd_data.ctti_type), "btt_type"); in btf_asm_func_type()
Dctfc.cc443 dtd->dtd_data.ctti_type = (uint32_t) ref; in ctf_add_reftype()
460 dtd->dtd_data.ctti_type = kind; in ctf_add_forward()
482 dtd->dtd_data.ctti_type = (uint32_t) ref; in ctf_add_typedef()
484 gcc_assert (dtd->dtd_type != dtd->dtd_data.ctti_type); in ctf_add_typedef()
796 dtd->dtd_data.ctti_type = (uint32_t) ctc->ctc_return; in ctf_add_function()
Dctfc.h122 #define ctti_type _u._type macro
Dctfout.cc774 gcc_assert (type->dtd_data.ctti_type != CTF_NULL_TYPEID); in output_asm_ctf_type()