Lines Matching refs:HelpText

31   HelpText<"Specify target API level (e.g. 14)">;
39 HelpText<"Add directory to include search path">;
47 HelpText<"Specify output directory">;
53 HelpText<"Emit target assembly files">;
56 HelpText<"Build ASTs then convert to LLVM, emit .ll file">;
58 HelpText<"Build ASTs then convert to LLVM, emit .bc file">;
60 HelpText<"Build ASTs then convert to LLVM, but emit nothing">;
63 def m32 : Flag<["-"], "m32">, HelpText<"Emit 32-bit code (only for C++, unless eng build)">;
64 def m64 : Flag<["-"], "m64">, HelpText<"Emit 64-bit code (only for C++, unless eng build)">;
67 HelpText<"Emit LLVM Debug Metadata">;
70 HelpText<"<optimization-level> can be one of '0' or '3' (default)">;
73 HelpText<"Allow user-defined function prefixed with 'rs'">;
77 HelpText<"Base directory for output reflected Java files">;
81 HelpText<"Specify the package name that reflected Java files belong to">;
86 MetaVarName<"<value>">, HelpText<"<value> should be 'ar' or 'jc'">;
91 HelpText<"package name for referencing RS classes">;
94 def W : Joined<["-"], "W">, HelpText<"Enable the specified warning">;
95 def w : Flag<["-"], "w">, HelpText<"Suppress all warnings">;
104 def MD : Flag<["-"], "MD">, HelpText<"Emit .d dependency files">;
105 def MP : Flag<["-"], "MP">, HelpText<"Also emit phony target for dependency files">;
112 HelpText<"Specify output directory for dependencies output">;
116 HelpText<"Additional targets to show up in dependencies output">;
124 HelpText<"Reflect C++ classes">;
131 HelpText<"Print clang AST prior to llvm IR generation">;
134 HelpText<"Enable debug output">;
137 HelpText<"Print llvm IR after each pass">;
139 HelpText<"Print llvm IR before each pass">;
146 HelpText<"Display verbose information during the compilation">;
151 HelpText<"Print this help text">;
156 HelpText<"Print the assembler version">;