OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DISubrange
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
dibuilder.go
476
//
DISubrange
describes an integer value range.
477
type
DISubrange
struct {
487
Subscripts []
DISubrange
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h
296
class
DISubrange
: public DINode {
300
DISubrange
(LLVMContext &C, StorageType Storage, ArrayRef<Metadata *> Ops)
303
~
DISubrange
() = default;
305
static
DISubrange
*getImpl(LLVMContext &Context, int64_t Count,
309
static
DISubrange
*getImpl(LLVMContext &Context, Metadata *CountNode,
313
static
DISubrange
*getImpl(LLVMContext &Context, Metadata *CountNode,
324
DEFINE_MDNODE_GET(
DISubrange
, (int64_t Count, int64_t LowerBound = 0),
327
DEFINE_MDNODE_GET(
DISubrange
, (Metadata *CountNode, int64_t LowerBound = 0),
330
DEFINE_MDNODE_GET(
DISubrange
,
Completed in 65 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026