Jlm
Public Member Functions | List of all members
jlm::llvm::GlobalVariable Class Reference

#include <variable.hpp>

Inheritance diagram for jlm::llvm::GlobalVariable:
Inheritance graph
[legend]
Collaboration diagram for jlm::llvm::GlobalVariable:
Collaboration graph
[legend]

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
 
Variableoperator= (Variable &&other) noexcept
 
virtual std::string debug_string () const
 
const std::string & name () const noexcept
 
const jlm::rvsdg::Typetype () const noexcept
 
const std::shared_ptr< const jlm::rvsdg::TypeType () const noexcept
 

Detailed Description

Definition at line 83 of file variable.hpp.

Constructor & Destructor Documentation

◆ ~GlobalVariable()

jlm::llvm::GlobalVariable::~GlobalVariable ( )
overridedefaultnoexcept

◆ GlobalVariable()

jlm::llvm::GlobalVariable::GlobalVariable ( std::shared_ptr< const jlm::rvsdg::Type type,
const std::string &  name 
)
inline

Definition at line 88 of file variable.hpp.


The documentation for this class was generated from the following files: