Jlm
Public Member Functions | Private Attributes | List of all members
jlm::llvm::GlobalValue Class Referencefinal

#include <ipgraph-module.hpp>

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

Public Member Functions

 ~GlobalValue () noexcept override
 
 GlobalValue (DataNode *node)
 
 GlobalValue (const GlobalValue &)=delete
 
 GlobalValue (GlobalValue &&)=delete
 
GlobalValueoperator= (const GlobalValue &)=delete
 
GlobalValueoperator= (GlobalValue &&)=delete
 
DataNodenode () 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
 
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
 

Private Attributes

DataNodenode_
 

Detailed Description

Definition at line 18 of file ipgraph-module.hpp.

Constructor & Destructor Documentation

◆ ~GlobalValue()

jlm::llvm::GlobalValue::~GlobalValue ( )
overridedefaultnoexcept

◆ GlobalValue() [1/3]

jlm::llvm::GlobalValue::GlobalValue ( DataNode node)
inlineexplicit

Definition at line 23 of file ipgraph-module.hpp.

◆ GlobalValue() [2/3]

jlm::llvm::GlobalValue::GlobalValue ( const GlobalValue )
delete

◆ GlobalValue() [3/3]

jlm::llvm::GlobalValue::GlobalValue ( GlobalValue &&  )
delete

Member Function Documentation

◆ node()

DataNode* jlm::llvm::GlobalValue::node ( ) const
inlinenoexcept

Definition at line 39 of file ipgraph-module.hpp.

◆ operator=() [1/2]

GlobalValue& jlm::llvm::GlobalValue::operator= ( const GlobalValue )
delete

◆ operator=() [2/2]

GlobalValue& jlm::llvm::GlobalValue::operator= ( GlobalValue &&  )
delete

Member Data Documentation

◆ node_

DataNode* jlm::llvm::GlobalValue::node_
private

Definition at line 45 of file ipgraph-module.hpp.


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