mini-llvm 0.1.0
Loading...
Searching...
No Matches
mini_llvm::mc::RISCVMemoryOperand Class Referencefinal

#include <RISCVMemoryOperand.h>

Inheritance diagram for mini_llvm::mc::RISCVMemoryOperand:
Collaboration diagram for mini_llvm::mc::RISCVMemoryOperand:

Public Member Functions

 RISCVMemoryOperand (int idx, int64_t offset)
int idx () const
void setIdx (int idx)
int64_t offset () const
void setOffset (int64_t offset)
std::string format () const override
Public Member Functions inherited from mini_llvm::mc::Operand
virtual ~Operand ()=default
 Operand ()=default
 Operand (const Operand &)=delete
Operandoperator= (const Operand &)=delete
 Operand (Operand &&)=delete
Operandoperator= (Operand &&)=delete

Constructor & Destructor Documentation

◆ RISCVMemoryOperand()

mini_llvm::mc::RISCVMemoryOperand::RISCVMemoryOperand ( int idx,
int64_t offset )
inline

Member Function Documentation

◆ format()

std::string mini_llvm::mc::RISCVMemoryOperand::format ( ) const
inlineoverridevirtual

◆ idx()

int mini_llvm::mc::RISCVMemoryOperand::idx ( ) const
inline

◆ offset()

int64_t mini_llvm::mc::RISCVMemoryOperand::offset ( ) const
inline

◆ setIdx()

void mini_llvm::mc::RISCVMemoryOperand::setIdx ( int idx)
inline

◆ setOffset()

void mini_llvm::mc::RISCVMemoryOperand::setOffset ( int64_t offset)
inline

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