Inheritance diagram for S2CPass:
Public Methods | |
S2CPass (SuifEnv *s, const LString &name= "s2c") | |
FILE* | open_c_file (const String &filespec) |
void | do_file_set_block (FileSetBlock *fsb) |
your analysis or optimization goes here. | |
void | AddDefine (MacroObjectPtr &mac,const String &s) |
virtual void | initialize () |
Initialize the pass. | |
virtual Module* | clone () const |
May return "this" if the pass has no state. | |
virtual bool | delete_me () const |
tells the system whether an instance of this Module should be deleted after it has been executed the default implementation returns false. |
|
|
|
|
tells the system whether an instance of this Module should be deleted after it has been executed the default implementation returns false.
Reimplemented from Module.
|
|
|