Home
last modified time | relevance | path

Searched refs:BoundType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp661 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 …]
H A DDIBuilder.cpp841 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h852 getOrCreateGenericSubrange(DIGenericSubrange::BoundType Count,
853 DIGenericSubrange::BoundType LowerBound,
854 DIGenericSubrange::BoundType UpperBound,
855 DIGenericSubrange::BoundType Stride);
H A DDebugInfoMetadata.h399 typedef PointerUnion<ConstantInt *, DIVariable *, DIExpression *> BoundType; typedef
401 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 *>; variable
448 LLVM_ABI BoundType getCount() const;
449 LLVM_ABI BoundType getLowerBound() const;
450 LLVM_ABI BoundType getUpperBound() const;
451 LLVM_ABI BoundType getStride() const;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1579 DISubrangeType::BoundType Bound) -> void { in constructSubrangeDIE()
1621 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()
1663 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1405 DISubrange::BoundType LowerBound = N->getLowerBound(); in writeDISubrange()