Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp480 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 …]
H A DDIBuilder.cpp706 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h665 getOrCreateGenericSubrange(DIGenericSubrange::BoundType Count,
666 DIGenericSubrange::BoundType LowerBound,
667 DIGenericSubrange::BoundType UpperBound,
668 DIGenericSubrange::BoundType Stride);
H A DDebugInfoMetadata.h395 typedef PointerUnion<ConstantInt *, DIVariable *, DIExpression *> BoundType; typedef
397 BoundType getCount() const;
399 BoundType getLowerBound() const;
401 BoundType getUpperBound() const;
403 BoundType getStride() const;
442 using BoundType = PointerUnion<DIVariable *, DIExpression *>; variable
444 BoundType getCount() const;
445 BoundType getLowerBound() const;
446 BoundType getUpperBound() const;
447 BoundType getStride() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1365 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()
1404 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1406 DISubrange::BoundType LowerBound = N->getLowerBound(); in writeDISubrange()