Searched refs:HelpText (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 15 HelpText<"DYNAMIC OPTIONS">; 19 HelpText<"Use the explicit symbol as the entrance of your program">; 25 HelpText<"Bind references within the shared library">; 29 HelpText<"Info the dynamic linker to lookup only inside the group">; 33 HelpText<"Set internal name of shared library">; 40 HelpText<"Do not allow unresolved references">; 44 HelpText<"Allow multiple definitions">; 48 HelpText<"Extensions for GNU ld compatibility">; 52 HelpText<"Set the name of the dynamic linker">; 59 HelpText<"Enable use of DT_RUNPATH and DT_FLAGS">; [all …]
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 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">; [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | command_line_interface_unittest.cc | 1495 TEST_F(CommandLineInterfaceTest, HelpText) { in Run() argument
|