Searched refs:VarDIE (Results 1 – 1 of 1) sorted by relevance
724 if (auto *VarDIE = getDIE(Var)) in constructTypeDIE() local963 auto *VarDIE = getDIE(Var); in constructTypeDIE() local964 if (VarDIE) { in constructTypeDIE()1368 if (auto *VarDIE = getDIE(BV)) in constructSubrangeDIE() local1369 addDIEEntry(DW_Subrange, Attr, *VarDIE); in constructSubrangeDIE()1407 if (auto *VarDIE = getDIE(BV)) in constructGenericSubrangeDIE() local1408 addDIEEntry(DwGenericSubrange, Attr, *VarDIE); in constructGenericSubrangeDIE()1486 if (auto *VarDIE = getDIE(Var)) in constructArrayTypeDIE() local1497 if (auto *VarDIE = getDIE(Var)) in constructArrayTypeDIE() local1508 if (auto *VarDIE = getDIE(Var)) in constructArrayTypeDIE() local[all …]