tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::SpanNode Class Reference

Stores locations in frontend source that generated a node. More...

#include <source_map.h>

Inheritance diagram for tvm::SpanNode:
Collaboration diagram for tvm::SpanNode:

Public Member Functions

 TVM_DECLARE_BASE_OBJECT_INFO (SpanNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

SourceName source_name
 The source name. More...
 
int line
 The line number. More...
 
int column
 The column offset. More...
 
int end_line
 The end line number. More...
 
int end_column
 The end column number. More...
 

Static Public Attributes

static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const char * _type_key = "ir.Span"
 

Detailed Description

Stores locations in frontend source that generated a node.

Member Function Documentation

◆ RegisterReflection()

static void tvm::SpanNode::RegisterReflection ( )
inlinestatic

◆ TVM_DECLARE_BASE_OBJECT_INFO()

tvm::SpanNode::TVM_DECLARE_BASE_OBJECT_INFO ( SpanNode  ,
Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::SpanNode::_type_key = "ir.Span"
staticconstexpr

◆ _type_s_eq_hash_kind

constexpr TVMFFISEqHashKind tvm::SpanNode::_type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
staticconstexpr

◆ column

int tvm::SpanNode::column

The column offset.

◆ end_column

int tvm::SpanNode::end_column

The end column number.

◆ end_line

int tvm::SpanNode::end_line

The end line number.

◆ line

int tvm::SpanNode::line

The line number.

◆ source_name

SourceName tvm::SpanNode::source_name

The source name.


The documentation for this class was generated from the following file: