Home | History | Annotate | Download | only in slang

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 C++ code">;
64 def m64 : Flag<["-"], "m64">, HelpText<"Emit 64-bit C++ code">;
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">;
95 def w : Flag<["-"], "w">, HelpText<"Suppress all warnings">;
104 def MD : Flag<["-"], "MD">, HelpText<"Emit .d dependency files">;
111 HelpText<"Specify output directory for dependencies output">;
115 HelpText<"Additional targets to show up in dependencies output">;
123 HelpText<"Reflect C++ classes">;
130 HelpText<"Display verbose information during the compilation">;
135 HelpText<"Print this help text">;
140 HelpText<"Print the assembler version">;