Lines Matching defs:dtag

1985    DW_TAG dtag,
2009 level, posn, (ULong) abbv->abbv_code, ML_(pp_DW_TAG)( dtag ),
2042 DW_TAG dtag,
2050 trace_DIE (dtag, posn, level, saved_die_c_offset, abbv, cc);
2068 DW_TAG dtag,
2084 if (dtag == DW_TAG_compile_unit
2085 || dtag == DW_TAG_type_unit
2086 || dtag == DW_TAG_partial_unit) {
2187 if (dtag == DW_TAG_lexical_block || dtag == DW_TAG_subprogram) {
2195 Bool isFunc = dtag == DW_TAG_subprogram;
2229 if (dtag == DW_TAG_subprogram
2236 if (dtag == DW_TAG_lexical_block
2274 if (dtag == DW_TAG_variable || dtag == DW_TAG_formal_parameter) {
2325 if (!global && dtag == DW_TAG_variable && level == 1) {
2537 dump_bad_die_and_barf("parse_var_DIE", dtag, posn, level,
2683 DW_TAG dtag,
2699 if (dtag == DW_TAG_compile_unit || dtag == DW_TAG_partial_unit) {
2735 if (dtag == DW_TAG_inlined_subroutine) {
2794 if (dtag == DW_TAG_inlined_subroutine
2845 return dtag == DW_TAG_lexical_block || dtag == DW_TAG_subprogram
2846 || dtag == DW_TAG_inlined_subroutine
2847 || dtag == DW_TAG_compile_unit || dtag == DW_TAG_partial_unit;
2850 dump_bad_die_and_barf("parse_inl_DIE", dtag, posn, level,
2981 DW_TAG dtag ) {
2982 vg_assert(dtag == DW_TAG_subrange_type);
2983 /* For most languages, a subrange_type dtag always gives the
2997 'admin' is where the completed types are dumped. 'dtag' is the tag
3026 DW_TAG dtag,
3053 if (dtag == DW_TAG_compile_unit
3054 || dtag == DW_TAG_type_unit
3055 || dtag == DW_TAG_partial_unit) {
3096 if (dtag == DW_TAG_base_type) {
3179 if (dtag == DW_TAG_pointer_type || dtag == DW_TAG_reference_type
3180 || dtag == DW_TAG_ptr_to_member_type
3181 || dtag == DW_TAG_rvalue_reference_type) {
3187 switch (dtag) {
3234 if (dtag == DW_TAG_enumeration_type) {
3321 if (dtag == DW_TAG_enumerator) {
3362 if (dtag == DW_TAG_structure_type || dtag == DW_TAG_class_type
3363 || dtag == DW_TAG_union_type) {
3378 typeE.Te.TyStOrUn.isStruct = dtag == DW_TAG_structure_type
3379 || dtag == DW_TAG_class_type;
3457 if (dtag == DW_TAG_member) {
3545 if (dtag == DW_TAG_array_type) {
3574 if (dtag == DW_TAG_subrange_type
3575 && subrange_type_denotes_array_bounds(parser, dtag)) {
3664 if (dtag == DW_TAG_typedef
3665 || (dtag == DW_TAG_subrange_type
3666 && !subrange_type_denotes_array_bounds(parser, dtag))) {
3668 vg_assert (dtag == DW_TAG_typedef || parser->language == 'A');
3705 if (dtag == DW_TAG_subroutine_type) {
3714 if (dtag == DW_TAG_volatile_type || dtag == DW_TAG_const_type
3715 || dtag == DW_TAG_restrict_type) {
3721 = (dtag == DW_TAG_volatile_type ? 'V'
3722 : (dtag == DW_TAG_const_type ? 'C' : 'R'));
3754 if (dtag == DW_TAG_unspecified_type) {
3811 dump_bad_die_and_barf("parse_type_DIE", dtag, posn, level,