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