Home
last modified time | relevance | path

Searched +refs:llvm +refs:mode +refs:prog +refs:mode (Results 1 – 2 of 2) sorted by relevance

/external/clang/docs/CommandGuide/
Dclang.rst14 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.
311 .. option:: -flto, -emit-llvm
373 .. option:: -print-prog-name=<name>
483 To report bugs, please visit <http://llvm.org/bugs/>. Most bug reports should
/external/clang/include/clang/Driver/
DOptions.td15 include "llvm/Option/OptParser.td"
41 // are made available when the driver is running in CL compatibility mode.
139 def driver_mode : Joined<["--"], "driver-mode=">, Group<internal_driver_Group>,
141 HelpText<"Set the driver mode to either 'gcc', 'g++', 'cpp', or 'cl'">;
271 HelpText<"Disable linemarker output in -E mode">;
370 HelpText<"Print macro definitions in -E mode in addition to normal output">;
372 HelpText<"Print macro definitions in -E mode instead of normal output">;
392 def emit_llvm : Flag<["-"], "emit-llvm">, Flags<[CC1Option]>, Group<Action_Group>,
556 HelpText<"Enable the *frontend*'s 'fast-math' mode. This has no effect on "
701 HelpText<"Set LTO mode to either 'full' or 'thin'">;
[all …]