Lines Matching refs:PandArg

62 bool PrepareArgs(panda::PandArgParser &pa_parser, const panda::PandArg<std::string> &input_file,
63 const panda::PandArg<std::string> &output_file, const panda::PandArg<std::string> &log_file,
64 const panda::PandArg<bool> &help, const panda::PandArg<bool> &verbose,
65 const panda::PandArg<bool> &version, std::ifstream &inputfile, int argc, const char **argv)
130 const panda::PandArg<std::string> &input_file,
142 bool DumpProgramInJson(panda::pandasm::Program &program, const panda::PandArg<std::string> &scopes_file)
159 const panda::PandArg<std::string> &output_file, panda::PandArg<bool> &optimize,
160 panda::PandArg<bool> &size_stat)
191 const panda::PandArg<std::string> &output_file, panda::PandArg<bool> &optimize,
192 panda::PandArg<bool> &size_stat, panda::PandArg<std::string> &scopes_file)
209 panda::PandArg<bool> verbose("verbose", false, "Enable verbose output (will be printed to standard output)");
210 panda::PandArg<std::string> log_file("log-file", "", "(--log-file FILENAME) Set log file name");
211 panda::PandArg<std::string> scopes_file("dump-scopes", "",
213 panda::PandArg<bool> help("help", false, "Print this message and exit");
214 panda::PandArg<bool> size_stat("size-stat", false, "Print panda file size statistic");
215 panda::PandArg<bool> optimize("optimize", false, "Run the bytecode optimization");
216 panda::PandArg<bool> version {"version", false,
219 panda::PandArg<std::string> input_file("INPUT_FILE", "", "Path to the source assembly code");
220 panda::PandArg<std::string> output_file("OUTPUT_FILE", "", "Path to the generated binary code");