Searched refs:BoundType (Results 1 – 5 of 5) sorted by relevance
372 return BoundType(); in getCount()387 return BoundType(); in getCount()393 return BoundType(); in getLowerBound()408 return BoundType(); in getLowerBound()414 return BoundType(); in getUpperBound()429 return BoundType(); in getUpperBound()450 return BoundType(); in getStride()477 return BoundType(); in getCount()494 return BoundType(); in getLowerBound()511 return BoundType(); in getUpperBound()[all …]
682 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange()683 DIGenericSubrange::BoundType UB, DIGenericSubrange::BoundType Stride) { in getOrCreateGenericSubrange()684 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
616 getOrCreateGenericSubrange(DIGenericSubrange::BoundType Count,617 DIGenericSubrange::BoundType LowerBound,618 DIGenericSubrange::BoundType UpperBound,619 DIGenericSubrange::BoundType Stride);
347 typedef PointerUnion<ConstantInt *, DIVariable *, DIExpression *> BoundType; typedef349 BoundType getCount() const;351 BoundType getLowerBound() const;353 BoundType getUpperBound() const;355 BoundType getStride() const;396 using BoundType = PointerUnion<DIVariable *, DIExpression *>; variable398 BoundType getCount() const;399 BoundType getLowerBound() const;400 BoundType getUpperBound() const;401 BoundType getStride() const;
1318 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()1357 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()