#include "armcc_cmdline.h"
#include <util/optional.h>
#include <util/prefix.h>
#include <algorithm>
#include <cstring>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
A special command line object to mimic ARM's armcc
Definition in file armcc_cmdline.cpp.
◆ prefix_in_list()
optionalt<std::string> prefix_in_list |
( |
const std::string & |
option, |
|
|
const std::vector< std::string > & |
list |
|
) |
| |
◆ options_no_arg
const char* options_no_arg[] |
|
static |
parses the command line options into a cmdlinet
- parameters: argument count, argument strings
- Returns
- none
Definition at line 29 of file armcc_cmdline.cpp.
◆ options_with_arg
const std::vector<std::string> options_with_arg |
|
static |
Initial value:{
"--verbosity",
"--function",
"-D",
"-U",
"-A",
"-L",
"-I",
"-J",
"-Warmcc,",
"-o",
"--cpu",
"--apcs"
}
Definition at line 254 of file armcc_cmdline.cpp.
◆ options_with_prefix
const std::vector<std::string> options_with_prefix |
|
static |