|
mini-llvm 0.1.0
|
#include <Module.h>
Public Types | |
| using | iterator = GlobalValueList::iterator |
| using | const_iterator = GlobalValueList::const_iterator |
| using | reverse_iterator = GlobalValueList::reverse_iterator |
| using | const_reverse_iterator = GlobalValueList::const_reverse_iterator |
Public Member Functions | |
| Module ()=default | |
| Module (const Module &)=delete | |
| Module (Module &&)=default | |
| Module & | operator= (const Module &)=delete |
| Module & | operator= (Module &&)=default |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| reverse_iterator | rbegin () |
| const_reverse_iterator | rbegin () const |
| reverse_iterator | rend () |
| const_reverse_iterator | rend () const |
| GlobalValue & | add (const_iterator pos, GlobalValue G) |
| GlobalValue & | prepend (GlobalValue G) |
| GlobalValue & | append (GlobalValue G) |
| void | remove (const_iterator pos) |
| void | removeFirst () |
| void | removeLast () |
| void | clear () |
| std::string | format () const |
| using mini_llvm::mc::Module::const_iterator = GlobalValueList::const_iterator |
| using mini_llvm::mc::Module::const_reverse_iterator = GlobalValueList::const_reverse_iterator |
| using mini_llvm::mc::Module::iterator = GlobalValueList::iterator |
| using mini_llvm::mc::Module::reverse_iterator = GlobalValueList::reverse_iterator |
|
default |
|
delete |
|
default |
| GlobalValue & mini_llvm::mc::Module::add | ( | const_iterator | pos, |
| GlobalValue | G ) |
|
inline |
|
inline |
|
inline |
| void mini_llvm::mc::Module::clear | ( | ) |
|
inline |
|
inline |
| std::string mini_llvm::mc::Module::format | ( | ) | const |
|
inline |
|
inline |
|
inline |
| void mini_llvm::mc::Module::remove | ( | const_iterator | pos | ) |
|
inline |
|
inline |
|
inline |
|
inline |