Home
last modified time | relevance | path

Searched refs:Compile (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDTypes.def38 TYPE("cpp-output", PP_C, INVALID, "i", phases::Compile, phases::…
39 … C, PP_C, "c", phases::Preprocess, phases::Compile, phases::Backend,…
40 … CL, PP_CL, "cl", phases::Preprocess, phases::Compile, phases::Backend,…
41 TYPE("cl-cpp-output", PP_CL, INVALID, "cli", phases::Compile, phases::…
42 … CLCXX, PP_CLCXX, "clcpp", phases::Preprocess, phases::Compile, phases::Backend,…
43 TYPE("clcpp-cpp-output", PP_CLCXX, INVALID, "clii", phases::Compile, phases::…
44 TYPE("cuda-cpp-output", PP_CUDA, INVALID, "cui", phases::Compile, phases::…
45 … CUDA, PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend,…
46 … CUDA_DEVICE, PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend,…
47 TYPE("hip-cpp-output", PP_HIP, INVALID, "hipi", phases::Compile, phases::…
[all …]
HDPhases.h20 Compile, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDIRCompileLayer.cpp17 std::unique_ptr<IRCompiler> Compile) in IRCompileLayer() argument
19 Compile(std::move(Compile)) { in IRCompileLayer()
20 ManglingOpts = &this->Compile->getManglingOptions(); in IRCompileLayer()
32 if (auto Obj = TSM.withModuleDo(*Compile)) { in emit()
HDIndirectionUtils.cpp34 CompileFunction Compile) in CompileCallbackMaterializationUnit() argument
37 Name(std::move(Name)), Compile(std::move(Compile)) {}
44 Result[Name] = {Compile(), JITSymbolFlags::Exported}; in materialize()
55 CompileFunction Compile; member in __anoncdfdfcfe0111::CompileCallbackMaterializationUnit
67 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback() argument
76 std::move(CallbackName), std::move(Compile)))); in getCompileCallback()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDIRCompileLayer.h53 std::unique_ptr<IRCompiler> Compile);
55 IRCompiler &getCompiler() { return *Compile; } in getCompiler()
65 std::unique_ptr<IRCompiler> Compile; variable
/freebsd-13-stable/contrib/bearssl/samples/
HDREADME.txt9 Compile it against BearSSL headers (in the ../inc directory) and
20 Compile it against BearSSL headers (in the ../inc directory) and
/freebsd-13-stable/tools/build/options/
HDWITHOUT_ASSERT_DEBUG1 Compile programs and libraries without the
HDWITH_CTF1 Compile with CTF (Compact C Type Format) data.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDPhases.cpp19 case Compile: return "compiler"; in getPhaseName()
/freebsd-13-stable/contrib/libcbor/examples/bazel/
HDREADME.md5 ## Compile section in Bazel Example
/freebsd-13-stable/libexec/bootpd/
HDInstallation4 Compile the executable:
/freebsd-13-stable/contrib/smbfs/
HDconfig.mk.in33 # Compile binaries with debugging symbols
/freebsd-13-stable/tools/tools/sortbench/
HDREADME3 1. Compile mergesort_bench.c into mergesort_bench
/freebsd-13-stable/sbin/natd/
HDREADME22 2) Compile this software by executing "make".
/freebsd-13-stable/contrib/apr-util/include/private/
HDapu_config.hw27 /* Compile win32 with DSO support for .dll builds */
/freebsd-13-stable/contrib/llvm-project/lld/docs/
HDPartitions.rst64 # Compile the main program.
67 # Compile a feature to be placed in a loadable partition.
/freebsd-13-stable/sys/dev/qlxgbe/
HDREADME.txt92 6. Compile options Makefile if building driver from sources
/freebsd-13-stable/contrib/bmake/mk/
HDREADME191 SKEY Compile in support for S/key authentication. [yes, set
194 KERBEROS Compile in support for Kerberos 4 authentication.
196 KERBEROS5 Compile in support for Kerberos 5 authentication.
/freebsd-13-stable/contrib/libcbor/
HDREADME.md24 ### Compile from source
/freebsd-13-stable/contrib/ncurses/
HDINSTALL336 Compile without hashmap scrolling-optimization code. This algorithm is
458 Compile with environment restriction, so certain environment variables
470 Compile without scroll-hints code. This option is ignored when
536 Compile with experimental $COLORFGBG code. That environment variable
614 Compile-in cursor-optimization code that uses hard-tabs. We would make
620 Compile-in experimental interop bindings. These provide generic types
630 Compile-in support for the $NCURSES_NO_PADDING environment variable,
653 Compile configuration which improves reentrant use of the library by
677 Compile with experimental safe-sprintf code. You may consider using
690 Compile support for ncurses' SIGWINCH handler. If your application has
[all …]
/freebsd-13-stable/usr.bin/sed/tests/
HDmath.sed13 # $Compile: echo "4+7*3+2^7/3" | sed -f %f
/freebsd-13-stable/contrib/libdivsufsort/
HDREADME.md37 4. Compile the package.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDGnu.h360 mutable std::unique_ptr<tools::gcc::Compiler> Compile; variable
/freebsd-13-stable/stand/ficl/softwords/
HDsoftcore.fr195 ." Compile: " get-current list-wid cr
/freebsd-13-stable/crypto/openssh/
HDCREDITS85 Roumen Petrov <openssh@roumenpetrov.info> - Compile & configure fixes

1234