#include <source_map.h>
|
static constexpr const char * | _type_key = "ir.Source" |
|
◆ RegisterReflection()
static void tvm::SourceNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
tvm::SourceNode::TVM_DECLARE_FINAL_OBJECT_INFO |
( |
SourceNode |
, |
|
|
Object |
|
|
) |
| |
◆ _type_key
constexpr const char* tvm::SourceNode::_type_key = "ir.Source" |
|
staticconstexpr |
◆ line_map
std::vector<std::pair<int, int> > tvm::SourceNode::line_map |
A mapping of line breaks into the raw source.
◆ source
String tvm::SourceNode::source |
◆ source_name
The documentation for this class was generated from the following file: