Searched refs:BoundType (Results 1 – 6 of 6) sorted by relevance
661 DISubrange::BoundType DISubrange::getCount() const { in getCount()664 return BoundType(); in getCount()671 return BoundType(cast<ConstantInt>(MD->getValue())); in getCount()674 return BoundType(MD); in getCount()677 return BoundType(MD); in getCount()679 return BoundType(); in getCount()682 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound()685 return BoundType(); in getLowerBound()692 return BoundType(cast<ConstantInt>(MD->getValue())); in getLowerBound()695 return BoundType(MD); in getLowerBound()[all …]
841 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange()842 DIGenericSubrange::BoundType UB, DIGenericSubrange::BoundType Stride) { in getOrCreateGenericSubrange()843 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
852 getOrCreateGenericSubrange(DIGenericSubrange::BoundType Count,853 DIGenericSubrange::BoundType LowerBound,854 DIGenericSubrange::BoundType UpperBound,855 DIGenericSubrange::BoundType Stride);
399 typedef PointerUnion<ConstantInt *, DIVariable *, DIExpression *> BoundType; typedef401 LLVM_ABI BoundType getCount() const;403 LLVM_ABI BoundType getLowerBound() const;405 LLVM_ABI BoundType getUpperBound() const;407 LLVM_ABI BoundType getStride() const;446 using BoundType = PointerUnion<DIVariable *, DIExpression *>; variable448 LLVM_ABI BoundType getCount() const;449 LLVM_ABI BoundType getLowerBound() const;450 LLVM_ABI BoundType getUpperBound() const;451 LLVM_ABI BoundType getStride() const;[all …]
1579 DISubrangeType::BoundType Bound) -> void { in constructSubrangeDIE()1621 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()1663 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()
1405 DISubrange::BoundType LowerBound = N->getLowerBound(); in writeDISubrange()