Jlm
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
jlm::llvm::LlvmDeltaOperation Class Referencefinal

Delta operation. More...

#include <delta.hpp>

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

Public Member Functions

 ~LlvmDeltaOperation () noexcept override
 
 LlvmDeltaOperation (const std::shared_ptr< const rvsdg::Type > &type, const std::string &name, const Linkage &linkage, std::string section, const bool constant, const size_t alignment)
 
 LlvmDeltaOperation (const LlvmDeltaOperation &other)=default
 
 LlvmDeltaOperation (LlvmDeltaOperation &&other) noexcept=default
 
LlvmDeltaOperationoperator= (const LlvmDeltaOperation &)=delete
 
LlvmDeltaOperationoperator= (LlvmDeltaOperation &&)=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
 
size_t getAlignment () 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
 
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< LlvmDeltaOperationCreate (std::shared_ptr< const rvsdg::Type > type, const std::string &name, const Linkage &linkage, std::string section, bool constant, const size_t alignment)
 
- 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.
 

Private Attributes

std::string name_
 
std::string Section_
 
Linkage linkage_
 
size_t alignment_
 

Detailed Description

Delta operation.

Definition at line 19 of file delta.hpp.

Constructor & Destructor Documentation

◆ ~LlvmDeltaOperation()

jlm::llvm::LlvmDeltaOperation::~LlvmDeltaOperation ( )
overridedefaultnoexcept

◆ LlvmDeltaOperation() [1/3]

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

Definition at line 24 of file delta.hpp.

◆ LlvmDeltaOperation() [2/3]

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

◆ LlvmDeltaOperation() [3/3]

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

Member Function Documentation

◆ copy()

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

Reimplemented from jlm::rvsdg::DeltaOperation.

Definition at line 21 of file delta.cpp.

◆ Create()

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

Definition at line 82 of file delta.hpp.

◆ debug_string()

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

Reimplemented from jlm::rvsdg::DeltaOperation.

Definition at line 15 of file delta.cpp.

◆ getAlignment()

size_t jlm::llvm::LlvmDeltaOperation::getAlignment ( ) const
inlinenoexcept

Definition at line 76 of file delta.hpp.

◆ linkage()

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

Definition at line 70 of file delta.hpp.

◆ name()

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

Definition at line 58 of file delta.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ operator==()

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

Definition at line 27 of file delta.cpp.

◆ Section()

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

Definition at line 64 of file delta.hpp.

Member Data Documentation

◆ alignment_

size_t jlm::llvm::LlvmDeltaOperation::alignment_
private

Definition at line 103 of file delta.hpp.

◆ linkage_

Linkage jlm::llvm::LlvmDeltaOperation::linkage_
private

Definition at line 102 of file delta.hpp.

◆ name_

std::string jlm::llvm::LlvmDeltaOperation::name_
private

Definition at line 100 of file delta.hpp.

◆ Section_

std::string jlm::llvm::LlvmDeltaOperation::Section_
private

Definition at line 101 of file delta.hpp.


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