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.cpp481 DISubrange::BoundType DISubrange::getCount() const { in getCount()
484 return BoundType(); in getCount()
491 return BoundType(cast<ConstantInt>(MD->getValue())); in getCount()
494 return BoundType(MD); in getCount()
497 return BoundType(MD); in getCount()
499 return BoundType(); in getCount()
502 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound()
505 return BoundType(); in getLowerBound()
512 return BoundType(cast<ConstantInt>(MD->getValue())); in getLowerBound()
515 return BoundType(MD); in getLowerBound()
[all …]
H A DDIBuilder.cpp733 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange()
734 DIGenericSubrange::BoundType UB, DIGenericSubrange::BoundType Stride) { in getOrCreateGenericSubrange()
735 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h699 getOrCreateGenericSubrange(DIGenericSubrange::BoundType Count,
700 DIGenericSubrange::BoundType LowerBound,
701 DIGenericSubrange::BoundType UpperBound,
702 DIGenericSubrange::BoundType Stride);
H A DDebugInfoMetadata.h396 typedef PointerUnion<ConstantInt *, DIVariable *, DIExpression *> BoundType; typedef
398 BoundType getCount() const;
400 BoundType getLowerBound() const;
402 BoundType getUpperBound() const;
404 BoundType getStride() const;
443 using BoundType = PointerUnion<DIVariable *, DIExpression *>; variable
445 BoundType getCount() const;
446 BoundType getLowerBound() const;
447 BoundType getUpperBound() const;
448 BoundType getStride() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1398 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()
1437 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()