tvm
|
Store a list of spans for an expr generated from mulitple source exprs. More...
#include <source_map.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("ir.SequentialSpan", SequentialSpanNode, SpanNode) | |
![]() | |
TVM_FFI_DECLARE_OBJECT_INFO ("ir.Span", SpanNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
Public Attributes | |
ffi::Array< Span > | spans |
The original source list of spans to construct a sequential span. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
Store a list of spans for an expr generated from mulitple source exprs.
|
inlinestatic |
tvm::SequentialSpanNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "ir.SequentialSpan" | , |
SequentialSpanNode | , | ||
SpanNode | |||
) |
ffi::Array<Span> tvm::SequentialSpanNode::spans |
The original source list of spans to construct a sequential span.