GlobalVariable(Type* type_, const std::string& name_) |
Type* | GetType(Context& context) override |
ConstantValue* | Initializer() const |
std::string | Name(Context& context) override |
void | SetInitializer(ConstantValue* initializer_) |
void | SetLinkOnce() |
void | Write(Context& context, CodeFormatter& formatter) |
ConstantValue* | initializer |
bool | linkOnce |
std::string | name |
Type* | type |