Lines Matching +refs:llvm +refs:mode +refs:syntax +refs:table
18 `Clang Web Site <https://clang.llvm.org>`_ or the `LLVM Web
19 Site <https://llvm.org>`_.
25 `Clang Static Analyzer <https://clang-analyzer.llvm.org>`_, please see its web
655 be a hard error in C++98 mode even if this warning is turned off.
662 edge <https://llvm.org/releases/download.html#svn>`_. Clang goes to great
761 total execution time, the execution time spent in user mode and peak memory
778 * execution time in user mode in microseconds,
855 If a driver mode is specified in invocation, Clang tries to find a file specific
856 for the specified mode. For example, if the executable file is named
892 `~/.llvm/target.cfg` contains the directive `@os/linux.opts`, the file
893 `linux.opts` is searched for in the directory `~/.llvm/os`.
1120 `static analyzer <https://clang-analyzer.llvm.org>`_ can also be
1122 `annotations <https://clang-analyzer.llvm.org/annotations.html>`_ and the
1124 page <https://clang-analyzer.llvm.org/faq.html#exclude_code>`_ for more
1243 Enable fast-math mode. This option lets the
1417 Force floating-point operations to honor the dynamically-set rounding mode by default.
1419 …mode, and while it also recommends certain conventions for changing the rounding mode, these conve…
1421 …tart of the program and are therefore not subject to the current rounding mode. This includes the…
1423 - The option ``-fno-rounding-math`` allows the compiler to assume that the rounding mode is set to …
1424 …honor the dynamically-set rounding mode. This prevents optimizations which might affect results i…
1483 first evaluated during translation (therefore, in the default rounding mode),
1484 and only evaluated at runtime (and therefore in the runtime rounding mode) if
1684 In emulated TLS mode, all access to TLS variables are converted to
1693 This option is used to indicate which mode (arm or thumb) supports
1756 Controls whether Clang emits an address-significance table into the object
1888 1. Build the code with source line table information. You can use all the
1951 the binary or gcov formats using the ``llvm-profdata`` tool.
1961 ``llvm-profdata``, but it cannot be generated by either.
1975 (specifically, ``include/llvm/ProfileData/SampleProfReader.h``).
2154 ``llvm-profdata`` tool to do this.
2158 $ llvm-profdata merge -output=code.profdata code-*.profraw
2202 ``llvm-profdata`` tool can be used with the profile directory as the input:
2206 $ llvm-profdata merge -output=code.profdata yyy/zzz/
2223 can be merged by llvm-profdata. A use example:
2229 $ llvm-profdata merge -output=code.profdata yyy/zzz/
2239 $ llvm-profdata merge -output=cs_code.profdata sss/ttt code.profdata
2342 using the ``llvm-cxxmap`` and ``llvm-profdata merge`` tools.
2367 The tool ``llvm-cov gcov`` will parse gcno, gcda and source files to generate
2565 clang supports the -std option, which changes what language mode clang uses.
2568 specified, clang defaults to gnu17 mode. Many C99 and C11 features are
2571 revision is used in an earlier mode.
2582 - The parser recognizes ``inline`` as a keyword in ``gnu*`` mode, in
2587 on some platforms; it can be enabled in any mode with the ``-fblocks``
2592 - Digraphs are not recognized in c89 mode.
2603 - ``inline`` is not recognized as a keyword in ``c89`` mode.
2663 tracker <https://bugs.llvm.org/buglist.cgi?quicksearch=product%3Aclang+component%3A-New%2BBugs%2CAS…
2699 <https://clang.llvm.org/compatibility.html#dep_lookup_bases>`_, which is
2725 See the `C++ support in Clang <https://clang.llvm.org/cxx_status.html>` page
2825 $ clang -c -emit-llvm test.cl
2831 clang 9 a C++ mode is available for OpenCL (see
2876 The syntax: ``-cl-ext=<(['-'|'+']<extension>[,])+>``, where extensions
2911 compiling for OpenCL, examples: ``-c``, ``-O<1-4|s>``, ``-o``, ``-emit-llvm``, etc.
2990 …$ clang -target spir-unknown-unknown -c -emit-llvm -Xclang -finclude-default-header -fmodules -fim…
3073 More details on the syntax can be found in the specification
3212 and function libraries are supported and can be used in this mode.
3214 To enable the C++ for OpenCL mode, pass one of following command line options when
3289 appropriate for a CPU running in 16-bit mode, with address-size and
3390 `Some tests might fail <https://bugs.llvm.org/show_bug.cgi?id=9072>`_ on
3409 `Visual Studio Marketplace <https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm…
3420 passing ``/p:CLToolPath=c:\llvm\bin /p:CLToolExe=clang-cl.exe``.
3461 Please `file a bug <https://bugs.llvm.org/enter_bug.cgi?product=clang&component=Driver>`_
3476 /d1PP Retain macro definitions in /E mode
3513 or only the table with /guard:cf,nochecks
3609 -faddrsig Emit an address-significance table
3613 -fcf-protection Enable cf-protection in 'full' mode
3625 -flto=<value> Set LTO mode to either 'full' or 'thin'
3626 -flto Enable LTO in 'full' mode
3635 -fno-addrsig Don't emit an address-significance table