Searched refs:DefaultLowerBound (Results 1 – 1 of 1) sorted by relevance
1309 int64_t DefaultLowerBound = getDefaultLowerBound(); in constructSubrangeDIE() local1326 } else if (Attr != dwarf::DW_AT_lower_bound || DefaultLowerBound == -1 || in constructSubrangeDIE()1327 BI->getSExtValue() != DefaultLowerBound) in constructSubrangeDIE()1348 int64_t DefaultLowerBound = getDefaultLowerBound(); in constructGenericSubrangeDIE() local1359 if (Attr != dwarf::DW_AT_lower_bound || DefaultLowerBound == -1 || in constructGenericSubrangeDIE()1360 static_cast<int64_t>(BE->getElement(1)) != DefaultLowerBound) in constructGenericSubrangeDIE()