Helper to append to the "ExecOption" info string.
| 565 | |
| 566 | /// Helper to append to the "ExecOption" info string. |
| 567 | void AppendExecOption(const std::string& option) { |
| 568 | AppendInfoString("ExecOption", option); |
| 569 | } |
| 570 | |
| 571 | /// Helper to append "Codegen Enabled" or "Codegen Disabled" exec options. If |
| 572 | /// specified, 'extra_info' is appended to the exec option, and 'extra_label' |
no outgoing calls
no test coverage detected