Searched refs:IntDie (Results 1 – 1 of 1) sorted by relevance
502 dwarfgen::DIE IntDie = CUDie.addChild(DW_TAG_base_type); local503 IntDie.addAttribute(DW_AT_name, DW_FORM_strp, "int");504 IntDie.addAttribute(DW_AT_encoding, DW_FORM_data1, DW_ATE_signed);505 IntDie.addAttribute(DW_AT_byte_size, DW_FORM_data1, 4);510 ArgcDie.addAttribute(DW_AT_type, DW_FORM_ref_addr, IntDie);