|
Jlm
|
#include <variable.hpp>


Public Member Functions | |
| ~GlobalVariable () noexcept override | |
| GlobalVariable (std::shared_ptr< const jlm::rvsdg::Type > type, const std::string &name) | |
Public Member Functions inherited from jlm::llvm::Variable | |
| virtual | ~Variable () noexcept |
| Variable (std::shared_ptr< const jlm::rvsdg::Type > type, const std::string &name) | |
| Variable (Variable &&other) noexcept | |
| Variable & | operator= (Variable &&other) noexcept |
| virtual std::string | debug_string () const |
| const std::string & | name () const noexcept |
| const jlm::rvsdg::Type & | type () const noexcept |
| const std::shared_ptr< const jlm::rvsdg::Type > | Type () const noexcept |
Definition at line 83 of file variable.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 88 of file variable.hpp.