Searched refs:DefaultLowerBound (Results 1 – 1 of 1) sorted by relevance
1315 int64_t DefaultLowerBound = getDefaultLowerBound(); in constructSubrangeDIE() local1332 } else if (Attr != dwarf::DW_AT_lower_bound || DefaultLowerBound == -1 || in constructSubrangeDIE()1333 BI->getSExtValue() != DefaultLowerBound) in constructSubrangeDIE()1354 int64_t DefaultLowerBound = getDefaultLowerBound(); in constructGenericSubrangeDIE() local1365 if (Attr != dwarf::DW_AT_lower_bound || DefaultLowerBound == -1 || in constructGenericSubrangeDIE()1366 static_cast<int64_t>(BE->getElement(1)) != DefaultLowerBound) in constructGenericSubrangeDIE()