Searched refs:DefaultLowerBound (Results 1 – 1 of 1) sorted by relevance
1576 int64_t DefaultLowerBound = getDefaultLowerBound(); in constructSubrangeDIE() local1593 } else if (Attr != dwarf::DW_AT_lower_bound || DefaultLowerBound == -1 || in constructSubrangeDIE()1594 BI->getSExtValue() != DefaultLowerBound || !ForArray) in constructSubrangeDIE()1618 int64_t DefaultLowerBound = getDefaultLowerBound(); in constructSubrangeDIE() local1635 } else if (Attr != dwarf::DW_AT_lower_bound || DefaultLowerBound == -1 || in constructSubrangeDIE()1636 BI->getSExtValue() != DefaultLowerBound) in constructSubrangeDIE()1660 int64_t DefaultLowerBound = getDefaultLowerBound(); in constructGenericSubrangeDIE() local1671 if (Attr != dwarf::DW_AT_lower_bound || DefaultLowerBound == -1 || in constructGenericSubrangeDIE()1672 static_cast<int64_t>(BE->getElement(1)) != DefaultLowerBound) in constructGenericSubrangeDIE()