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

Delta operation. More...

#include <delta.hpp>

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

Public Member Functions

 ~DeltaOperation () noexcept override
 
 DeltaOperation (std::shared_ptr< const rvsdg::Type > type, const std::string &name, const llvm::Linkage &linkage, std::string section, bool constant)
 
 DeltaOperation (const DeltaOperation &other)=default
 
 DeltaOperation (DeltaOperation &&other) noexcept=default
 
DeltaOperationoperator= (const DeltaOperation &)=delete
 
DeltaOperationoperator= (DeltaOperation &&)=delete
 
std::string debug_string () const override
 
std::unique_ptr< Operation > copy () const override
 
bool operator== (const Operation &other) const noexcept override
 
const std::string & name () const noexcept
 
const std::string & Section () const noexcept
 
const llvm::Linkagelinkage () const noexcept
 
- Public Member Functions inherited from jlm::rvsdg::DeltaOperation
 ~DeltaOperation () noexcept override
 
 DeltaOperation (std::shared_ptr< const rvsdg::Type > type, bool constant, std::shared_ptr< const rvsdg::Type > reftype)
 
 DeltaOperation (const DeltaOperation &other)=default
 
 DeltaOperation (DeltaOperation &&other) noexcept=default
 
DeltaOperationoperator= (const DeltaOperation &)=delete
 
DeltaOperationoperator= (DeltaOperation &&)=delete
 
std::string debug_string () const override
 
std::unique_ptr< Operationcopy () const override
 
bool operator== (const Operation &other) const noexcept override
 
bool constant () const noexcept
 
const rvsdg::Typetype () const noexcept
 
const std::shared_ptr< const rvsdg::Type > & Type () const noexcept
 
const std::shared_ptr< const rvsdg::Type > & ReferenceType () const noexcept
 
- Public Member Functions inherited from jlm::rvsdg::StructuralOperation
bool operator== (const Operation &other) const noexcept override
 
- Public Member Functions inherited from jlm::rvsdg::Operation
virtual ~Operation () noexcept
 
bool operator!= (const Operation &other) const noexcept
 

Static Public Member Functions

static std::unique_ptr< DeltaOperationCreate (std::shared_ptr< const rvsdg::Type > type, const std::string &name, const llvm::Linkage &linkage, std::string section, bool constant)
 
- Static Public Member Functions inherited from jlm::rvsdg::DeltaOperation
static std::unique_ptr< DeltaOperationCreate (std::shared_ptr< const rvsdg::Type > type, bool constant, std::shared_ptr< const rvsdg::Type > reftype)
 Creates parameterized delta operation. More...
 

Private Attributes

std::string name_
 
std::string Section_
 
llvm::Linkage linkage_
 

Detailed Description

Delta operation.

Definition at line 21 of file delta.hpp.

Constructor & Destructor Documentation

◆ ~DeltaOperation()

jlm::llvm::DeltaOperation::~DeltaOperation ( )
overridedefaultnoexcept

◆ DeltaOperation() [1/3]

jlm::llvm::DeltaOperation::DeltaOperation ( std::shared_ptr< const rvsdg::Type type,
const std::string &  name,
const llvm::Linkage linkage,
std::string  section,
bool  constant 
)
inline

Definition at line 26 of file delta.hpp.

◆ DeltaOperation() [2/3]

jlm::llvm::DeltaOperation::DeltaOperation ( const DeltaOperation other)
default

◆ DeltaOperation() [3/3]

jlm::llvm::DeltaOperation::DeltaOperation ( DeltaOperation &&  other)
defaultnoexcept

Member Function Documentation

◆ copy()

std::unique_ptr< rvsdg::Operation > jlm::llvm::DeltaOperation::copy ( ) const
overridevirtual

Implements jlm::rvsdg::Operation.

Definition at line 21 of file delta.cpp.

◆ Create()

static std::unique_ptr<DeltaOperation> jlm::llvm::DeltaOperation::Create ( std::shared_ptr< const rvsdg::Type type,
const std::string &  name,
const llvm::Linkage linkage,
std::string  section,
bool  constant 
)
inlinestatic

Definition at line 76 of file delta.hpp.

◆ debug_string()

std::string jlm::llvm::DeltaOperation::debug_string ( ) const
overridevirtual

Implements jlm::rvsdg::Operation.

Definition at line 15 of file delta.cpp.

◆ linkage()

const llvm::Linkage& jlm::llvm::DeltaOperation::linkage ( ) const
inlinenoexcept

Definition at line 70 of file delta.hpp.

◆ name()

const std::string& jlm::llvm::DeltaOperation::name ( ) const
inlinenoexcept

Definition at line 58 of file delta.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ operator==()

bool jlm::llvm::DeltaOperation::operator== ( const Operation &  other) const
overridenoexcept

Definition at line 27 of file delta.cpp.

◆ Section()

const std::string& jlm::llvm::DeltaOperation::Section ( ) const
inlinenoexcept

Definition at line 64 of file delta.hpp.

Member Data Documentation

◆ linkage_

llvm::Linkage jlm::llvm::DeltaOperation::linkage_
private

Definition at line 94 of file delta.hpp.

◆ name_

std::string jlm::llvm::DeltaOperation::name_
private

Definition at line 92 of file delta.hpp.

◆ Section_

std::string jlm::llvm::DeltaOperation::Section_
private

Definition at line 93 of file delta.hpp.


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