Searched refs:DefaultLowerBound (Results 1 – 1 of 1) sorted by relevance
1395 int64_t DefaultLowerBound = getDefaultLowerBound(); in constructSubrangeDIE() local1412 } else if (Attr != dwarf::DW_AT_lower_bound || DefaultLowerBound == -1 || in constructSubrangeDIE()1413 BI->getSExtValue() != DefaultLowerBound) in constructSubrangeDIE()1434 int64_t DefaultLowerBound = getDefaultLowerBound(); in constructGenericSubrangeDIE() local1445 if (Attr != dwarf::DW_AT_lower_bound || DefaultLowerBound == -1 || in constructGenericSubrangeDIE()1446 static_cast<int64_t>(BE->getElement(1)) != DefaultLowerBound) in constructGenericSubrangeDIE()