Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp410 DISubrange::BoundType DISubrange::getCount() const { in getCount()
413 return BoundType(); in getCount()
420 return BoundType(cast<ConstantInt>(MD->getValue())); in getCount()
423 return BoundType(MD); in getCount()
426 return BoundType(MD); in getCount()
428 return BoundType(); in getCount()
431 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound()
434 return BoundType(); in getLowerBound()
441 return BoundType(cast<ConstantInt>(MD->getValue())); in getLowerBound()
444 return BoundType(MD); in getLowerBound()
[all …]
H A DDIBuilder.cpp720 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange()
721 DIGenericSubrange::BoundType UB, DIGenericSubrange::BoundType Stride) { in getOrCreateGenericSubrange()
722 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDIBuilder.h658 getOrCreateGenericSubrange(DIGenericSubrange::BoundType Count,
659 DIGenericSubrange::BoundType LowerBound,
660 DIGenericSubrange::BoundType UpperBound,
661 DIGenericSubrange::BoundType Stride);
H A DDebugInfoMetadata.h385 typedef PointerUnion<ConstantInt *, DIVariable *, DIExpression *> BoundType; typedef
387 BoundType getCount() const;
389 BoundType getLowerBound() const;
391 BoundType getUpperBound() const;
393 BoundType getStride() const;
432 using BoundType = PointerUnion<DIVariable *, DIExpression *>; variable
434 BoundType getCount() const;
435 BoundType getLowerBound() const;
436 BoundType getUpperBound() const;
437 BoundType getStride() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1364 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()
1403 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1405 static uint64_t rotateSign(DISubrange::BoundType Val) { in rotateSign()