Jlm
variable.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2015 Nico Reißmann <nico.reissmann@gmail.com>
3  * See COPYING for terms of redistribution.
4  */
5 
7 
8 namespace jlm::llvm
9 {
10 
11 Variable::~Variable() noexcept = default;
12 
13 std::string
14 Variable::debug_string() const
15 {
16  return name();
17 }
18 
19 GlobalVariable::~GlobalVariable() noexcept = default;
20 
21 }
~GlobalVariable() noexcept override
virtual ~Variable() noexcept
Global memory state passed between functions.