Searched refs:BoundType (Results 1 – 6 of 6) sorted by relevance
480 return BoundType(); in getCount()495 return BoundType(); in getCount()501 return BoundType(); in getLowerBound()516 return BoundType(); in getLowerBound()522 return BoundType(); in getUpperBound()537 return BoundType(); in getUpperBound()558 return BoundType(); in getStride()589 return BoundType(); in getCount()606 return BoundType(); in getLowerBound()623 return BoundType(); in getUpperBound()[all …]
706 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange()707 DIGenericSubrange::BoundType UB, DIGenericSubrange::BoundType Stride) { in getOrCreateGenericSubrange()708 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
665 getOrCreateGenericSubrange(DIGenericSubrange::BoundType Count,666 DIGenericSubrange::BoundType LowerBound,667 DIGenericSubrange::BoundType UpperBound,668 DIGenericSubrange::BoundType Stride);
395 typedef PointerUnion<ConstantInt *, DIVariable *, DIExpression *> BoundType; typedef397 BoundType getCount() const;399 BoundType getLowerBound() const;401 BoundType getUpperBound() const;403 BoundType getStride() const;442 using BoundType = PointerUnion<DIVariable *, DIExpression *>; variable444 BoundType getCount() const;445 BoundType getLowerBound() const;446 BoundType getUpperBound() const;447 BoundType getStride() const;
1365 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()1404 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()
1406 DISubrange::BoundType LowerBound = N->getLowerBound(); in writeDISubrange()