Searched refs:VarDIE (Results 1 – 1 of 1) sorted by relevance
740 if (auto *VarDIE = getDIE(Var)) in constructTypeDIE() local741 addDIEEntry(Buffer, dwarf::DW_AT_string_length, *VarDIE); in constructTypeDIE()998 auto *VarDIE = getDIE(Var); in constructTypeDIE() local999 if (VarDIE) { in constructTypeDIE()1001 addDIEEntry(ItemDie, dwarf::DW_AT_namelist_item, *VarDIE); in constructTypeDIE()1400 if (auto *VarDIE = getDIE(BV)) in constructSubrangeDIE() local1401 addDIEEntry(DW_Subrange, Attr, *VarDIE); in constructSubrangeDIE()1439 if (auto *VarDIE = getDIE(BV)) in constructGenericSubrangeDIE() local1440 addDIEEntry(DwGenericSubrange, Attr, *VarDIE); in constructGenericSubrangeDIE()1519 if (auto *VarDIE = getDIE(Var)) in constructArrayTypeDIE() local[all …]