Searched +refs:llvm +refs:mode +refs:prog +refs:mode (Results 1 – 2 of 2) sorted by relevance
| /external/clang/docs/CommandGuide/ |
| D | clang.rst | 14 Depending on which high-level mode setting is passed, Clang will stop before 63 the same driver. Please see <http://clang-analyzer.llvm.org> for more details 167 Indicate that Objective-C code should be compiled in GC-only mode, which only 172 Indicate that Objective-C code should be compiled in hybrid-GC mode, which 173 works with both GC and non-GC mode. 326 .. option:: -flto, -emit-llvm 388 .. option:: -print-prog-name=<name> 498 To report bugs, please visit <http://llvm.org/bugs/>. Most bug reports should
|
| /external/clang/include/clang/Driver/ |
| D | Options.td | 15 include "llvm/Option/OptParser.td" 41 // are made available when the driver is running in CL compatibility mode. 153 def driver_mode : Joined<["--"], "driver-mode=">, Group<internal_driver_Group>, 155 HelpText<"Set the driver mode to either 'gcc', 'g++', 'cpp', or 'cl'">; 288 HelpText<"Disable linemarker output in -E mode">; 422 Flags<[CC1Option]>, HelpText<"Flush denormal floating point values to zero in CUDA device mode.">; 429 HelpText<"Print macro definitions in -E mode in addition to normal output">; 431 HelpText<"Print macro definitions in -E mode instead of normal output">; 451 def emit_llvm : Flag<["-"], "emit-llvm">, Flags<[CC1Option]>, Group<Action_Group>, 803 HelpText<"Set LTO mode to either 'full' or 'thin'">; [all …]
|