Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp369 DISubrange::BoundType DISubrange::getCount() const { in getCount()
372 return BoundType(); in getCount()
379 return BoundType(cast<ConstantInt>(MD->getValue())); in getCount()
382 return BoundType(MD); in getCount()
385 return BoundType(MD); in getCount()
387 return BoundType(); in getCount()
390 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound()
393 return BoundType(); in getLowerBound()
400 return BoundType(cast<ConstantInt>(MD->getValue())); in getLowerBound()
403 return BoundType(MD); in getLowerBound()
[all …]
H A DDIBuilder.cpp677 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange()
678 DIGenericSubrange::BoundType UB, DIGenericSubrange::BoundType Stride) { in getOrCreateGenericSubrange()
679 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDIBuilder.h614 getOrCreateGenericSubrange(DIGenericSubrange::BoundType Count,
615 DIGenericSubrange::BoundType LowerBound,
616 DIGenericSubrange::BoundType UpperBound,
617 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;
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dsearch.cpp168 NdbIndexScanOperation::BoundType bt; in ndb_filter_set()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1312 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()
1351 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()