Method Run
Run(BitcodeModule)
Runs the passes added to this manager for the target module
Declaration
public bool Run(BitcodeModule target)
Parameters
public bool Run(BitcodeModule target)
BitcodeModule | target | Module to run the passes on |
Returns
Boolean | true if one of the passes modified the module |