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

The name of a source fragment. More...

#include <source_map.h>

Inheritance diagram for tvm::SourceNameNode:
Collaboration diagram for tvm::SourceNameNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (SourceNameNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 

Public Attributes

String name
 The source name. More...
 

Static Public Attributes

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

Detailed Description

The name of a source fragment.

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::SourceNameNode::TVM_DECLARE_FINAL_OBJECT_INFO ( SourceNameNode  ,
Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::SourceNameNode::_type_key = "ir.SourceName"
staticconstexpr

◆ _type_s_eq_hash_kind

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

◆ name

String tvm::SourceNameNode::name

The source name.


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