Home | History | Annotate | Download | only in DWARF

Lines Matching refs:encoding_uid

1736                     lldb::user_id_t encoding_uid = LLDB_INVALID_UID;
1756 case DW_AT_type: encoding_uid = form_value.Reference(dwarf_cu); break;
1890 Type *var_type = ResolveTypeUID(encoding_uid);
1905 Type *member_type = ResolveTypeUID(encoding_uid);
2047 encoding_uid,
2075 encoding_uid);
2079 encoding_uid);
2133 lldb::user_id_t encoding_uid = LLDB_INVALID_UID;
2150 case DW_AT_type: encoding_uid = form_value.Reference(dwarf_cu); break;
2200 Type *base_class_type = ResolveTypeUID(encoding_uid);
5695 lldb::user_id_t encoding_uid = LLDB_INVALID_UID;
5726 case DW_AT_type: encoding_uid = form_value.Reference(dwarf_cu); break;
5735 DEBUG_PRINTF ("0x%8.8" PRIx64 ": %s (\"%s\") type => 0x%8.8x\n", MakeUserID(die->GetOffset()), DW_TAG_value_to_name(tag), type_name_cstr, encoding_uid);
5789 encoding_uid = LLDB_INVALID_UID;
5802 encoding_uid = LLDB_INVALID_UID;
5814 encoding_uid = LLDB_INVALID_UID;
5818 else if (encoding_data_type == Type::eEncodingIsPointerUID && encoding_uid != LLDB_INVALID_UID)
5822 DWARFDebugInfoEntry* encoding_die = dwarf_cu->GetDIEPtr(encoding_uid);
5837 encoding_uid = LLDB_INVALID_UID;
5851 encoding_uid,
5859 // Type* encoding_type = GetUniquedTypeForDIEOffset(encoding_uid, type_sp, NULL, 0, 0, false);
6256 lldb::user_id_t encoding_uid = DW_INVALID_OFFSET;
6278 case DW_AT_type: encoding_uid = form_value.Reference(dwarf_cu); break;
6304 if (encoding_uid != DW_INVALID_OFFSET)
6306 Type *enumerator_type = ResolveTypeUID(encoding_uid);
6333 encoding_uid,