Jlm
Loading...
Searching...
No Matches
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
8namespace jlm::llvm
9{
10
11Variable::~Variable() noexcept = default;
12
13std::string
14Variable::debug_string() const
15{
16 return name();
17}
18
19GlobalVariable::~GlobalVariable() noexcept = default;
20
21}
~GlobalVariable() noexcept override
virtual ~Variable() noexcept
Global memory state passed between functions.