Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp372 return BoundType(); in getCount()
387 return BoundType(); in getCount()
393 return BoundType(); in getLowerBound()
408 return BoundType(); in getLowerBound()
414 return BoundType(); in getUpperBound()
429 return BoundType(); in getUpperBound()
450 return BoundType(); in getStride()
477 return BoundType(); in getCount()
494 return BoundType(); in getLowerBound()
511 return BoundType(); in getUpperBound()
[all …]
H A DDIBuilder.cpp682 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange()
683 DIGenericSubrange::BoundType UB, DIGenericSubrange::BoundType Stride) { in getOrCreateGenericSubrange()
684 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h616 getOrCreateGenericSubrange(DIGenericSubrange::BoundType Count,
617 DIGenericSubrange::BoundType LowerBound,
618 DIGenericSubrange::BoundType UpperBound,
619 DIGenericSubrange::BoundType Stride);
H A DDebugInfoMetadata.h347 typedef PointerUnion<ConstantInt *, DIVariable *, DIExpression *> BoundType; typedef
349 BoundType getCount() const;
351 BoundType getLowerBound() const;
353 BoundType getUpperBound() const;
355 BoundType getStride() const;
396 using BoundType = PointerUnion<DIVariable *, DIExpression *>; variable
398 BoundType getCount() const;
399 BoundType getLowerBound() const;
400 BoundType getUpperBound() const;
401 BoundType getStride() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1318 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()
1357 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()