#include <mark_lib_pass.h>
Inheritance diagram for MarkLibPass:
Public Methods | |
MarkLibPass (SuifEnv* senv) | |
virtual void | execute (suif_vector<LString>*) |
This method should implement the function for this module. More... | |
virtual String | get_description (void) const |
Get a human readable help string. | |
bool | is_known_proc (ProcedureSymbol*) const |
|
|
This method should implement the function for this module.
args |
command line arguments.
|
Reimplemented from SimpleModule.
|
|