|
mini-llvm 0.1.0
|
#include <RISCVAddressOperand.h>


Public Member Functions | |
| RISCVAddressOperand (RISCVAddress addr) | |
| RISCVAddressOperand (Symbol baseSymbol) | |
| RISCVAddressOperand (Symbol baseSymbol, int64_t offset) | |
| const RISCVAddress & | addr () const & |
| RISCVAddress && | addr () && |
| std::string | format () const override |
| Public Member Functions inherited from mini_llvm::mc::Operand | |
| virtual | ~Operand ()=default |
| Operand ()=default | |
| Operand (const Operand &)=delete | |
| Operand & | operator= (const Operand &)=delete |
| Operand (Operand &&)=delete | |
| Operand & | operator= (Operand &&)=delete |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements mini_llvm::mc::Operand.