Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:LowerBound

1363   // The LowerBound value defines the lower bounds which is typically zero for
1367 int64_t LowerBound = SR->getLowerBound();
1371 if (DefaultLowerBound == -1 || LowerBound != DefaultLowerBound)
1372 addUInt(DW_Subrange, dwarf::DW_AT_lower_bound, None, LowerBound);