|
Jlm
|
#include <ipgraph-module.hpp>


Public Member Functions | |
| ~GlobalValue () noexcept override | |
| GlobalValue (DataNode *node) | |
| GlobalValue (const GlobalValue &)=delete | |
| GlobalValue (GlobalValue &&)=delete | |
| GlobalValue & | operator= (const GlobalValue &)=delete |
| GlobalValue & | operator= (GlobalValue &&)=delete |
| DataNode * | node () const noexcept |
Public Member Functions inherited from jlm::llvm::GlobalVariable | |
| ~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 |
Private Attributes | |
| DataNode * | node_ |
Definition at line 18 of file ipgraph-module.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 23 of file ipgraph-module.hpp.
|
delete |
|
delete |
|
inlinenoexcept |
Definition at line 39 of file ipgraph-module.hpp.
|
delete |
|
delete |
|
private |
Definition at line 45 of file ipgraph-module.hpp.