
Operations for displaying internal data structures.
| Option | Arguments | Description | 
|---|---|---|
| --Transform | Info | Print internal information. | 
| --InfoKind | src, cilCfg, tigressCfg, fun, ast, json, linear, linearJson, linearSource, alias, globals, universe, flat_globals, builtins, src2cil | Information to print. For cfg, fun, and linear use --Functions, as usual, to specify which functions to print. --Transform=Info --InfoKind=src --Functions=foo is a good way to examine a function after each transformation. 
 | 
| --InfoUniverseFileName | string | The name of the json file generated for the Tigress universe. From version 3.3 Default=universe.json. | 
| --InfoGlobalsFileName | string | The name of the json file generated from Tigress global objects. From version 3.3 Default=globals.json. | 
| --InfoCilFileName | string | The name of the C file generated for --InfoKind=src2cil. From version 4.0.6 Default=src2cil.c. | 
| --InfoCilPrefix | string | Prefix for symbols generated by --InfoKind=src2cil. From version 4.0.6 Default="". | 
| --InfoCilIncludeComments | string | Include comments in the code generated by --InfoKind=src2cil. From version 4.0.6 Default=true. | 
| --InfoCilIncludeExternals | string | Include external objects in the generated code. From version 4.0.9 Default=true. |