Searched refs:ShowOption (Results 1 – 2 of 2) sorted by relevance
/drivers/hdf_core/framework/tools/hc-gen/src/ |
D | option.cpp | 127 ShowOption("-o <file>", "output file name, default same as input"); in ShowUsage() 128 ShowOption("-a", "hcb align with four bytes"); in ShowUsage() 129 ShowOption("-b", "output binary output, default enable"); in ShowUsage() 130 ShowOption("-t", "output config in C language source file style"); in ShowUsage() 131 ShowOption("-m", "output config in macro file style"); in ShowUsage() 132 ShowOption("-s", "output start config of host"); in ShowUsage() 133 ShowOption("-i", "output binary hex dump in C language source file style"); in ShowUsage() 134 ShowOption("-p <prefix>", "prefix of generated symbol name"); in ShowUsage() 135 ShowOption("-d", "decompile hcb to hcs"); in ShowUsage() 136 ShowOption("-V", "show verbose info"); in ShowUsage() [all …]
|
D | option.h | 68 static void ShowOption(const std::string &option, const std::string &helpInfo);
|