CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
circt::arc::runtime::FmtDescriptor::SmallLiteral Struct Reference

Literal string (small string optimization). More...

#include <FmtDescriptor.h>

Collaboration diagram for circt::arc::runtime::FmtDescriptor::SmallLiteral:
Collaboration graph
[legend]

Public Attributes

char data [8]
 NUL-terminated string.
 

Detailed Description

Literal string (small string optimization).

Definition at line 144 of file FmtDescriptor.h.

Member Data Documentation

◆ data

char circt::arc::runtime::FmtDescriptor::SmallLiteral::data[8]

NUL-terminated string.

Definition at line 146 of file FmtDescriptor.h.

Referenced by arcRuntimeIR_format(), and circt::arc::runtime::FmtDescriptor::createSmallLiteral().


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