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


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