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

#include <Label.h>

Inheritance diagram for mini_llvm::mc::Label:
Collaboration diagram for mini_llvm::mc::Label:

Public Member Functions

 Label (Symbol symbol)
const Symbolsymbol () const
void setSymbol (Symbol symbol)
std::string format () const override
Public Member Functions inherited from mini_llvm::mc::Statement
virtual ~Statement ()=default
 Statement ()=default
 Statement (const Statement &)=delete
Statementoperator= (const Statement &)=delete
 Statement (Statement &&)=delete
Statementoperator= (Statement &&)=delete

Constructor & Destructor Documentation

◆ Label()

mini_llvm::mc::Label::Label ( Symbol symbol)
inlineexplicit

Member Function Documentation

◆ format()

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

◆ setSymbol()

void mini_llvm::mc::Label::setSymbol ( Symbol symbol)
inline

◆ symbol()

const Symbol & mini_llvm::mc::Label::symbol ( ) const
inline

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