Jlm
jlm
llvm
ir
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
6
#include <
jlm/llvm/ir/variable.hpp
>
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
}
jlm::llvm::GlobalVariable::~GlobalVariable
~GlobalVariable() noexcept override
jlm::llvm::Variable
Definition:
variable.hpp:20
jlm::llvm::Variable::~Variable
virtual ~Variable() noexcept
jlm::llvm
Global memory state passed between functions.
Definition:
IpGraphToLlvmConverter.cpp:31
variable.hpp
Generated by
1.9.1