Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_state.h249 void *llvm; member
640 enum pipe_prim_type mode; /**< the mode of the primitive */ member
801 const void *prog; /**< Compute program to be executed. */ member
/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.
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/
DOptions.td15 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 …]
/external/python/cpython2/
Dconfigure.ac609 # #error This header file is to be used only for c99 mode compilations
616 # #error directive: This header file is to be used only for c99 mode
619 # #error This header file is to be used only for c99 mode compilations
833 ac_prog=`$CC -print-prog-name=ld`
1441 # Make this work on systems where llvm tools are not installed with their
1443 # non-suffixed name in their versioned llvm directory.
1450 # which is where the related llvm tools are located.
1460 AC_PATH_TARGET_TOOL(LLVM_PROFDATA, llvm-profdata, '', ${llvm_path})
1470 found_llvm_profdata=`/usr/bin/xcrun -find llvm-profdata 2>/dev/null`
1473 # llvm-profdata isn't directly in $PATH in some cases.
[all …]
Dconfigure4310 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5341 ac_prog=`$CC -print-prog-name=ld`
6533 set dummy $target_alias-llvm-profdata; ac_word=$2
6576 set dummy llvm-profdata; ac_word=$2
6632 found_llvm_profdata=`/usr/bin/xcrun -find llvm-profdata 2>/dev/null`