Home
last modified time | relevance | path

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

1234

/src/contrib/llvm-project/clang/include/clang/Driver/ !
H A DTypes.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 …]
H A DPhases.h20 Compile, enumerator
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ !
H A DIRCompileLayer.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()
H A DIndirectionUtils.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 __anon0cfb663a0111::CompileCallbackMaterializationUnit
67 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback() argument
76 std::move(CallbackName), std::move(Compile)))); in getCompileCallback()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ !
H A DIRCompileLayer.h53 std::unique_ptr<IRCompiler> Compile);
55 IRCompiler &getCompiler() { return *Compile; } in getCompiler()
65 std::unique_ptr<IRCompiler> Compile; variable
/src/contrib/bearssl/samples/ !
H A DREADME.txt9 Compile it against BearSSL headers (in the ../inc directory) and
20 Compile it against BearSSL headers (in the ../inc directory) and
/src/tools/build/options/ !
H A DWITH_SOUND1 Compile with sound utilities and libraries support.
H A DWITHOUT_ASSERT_DEBUG1 Compile programs and libraries without the
H A DWITH_CTF1 Compile with CTF (Compact C Type Format) data.
H A DWITH_DTRACE_ASAN1 Compile userspace DTrace code (libdtrace, dtrace(1), lockstat(1), plockstat(1))
/src/contrib/llvm-project/clang/lib/Driver/ !
H A DPhases.cpp19 case Compile: return "compiler"; in getPhaseName()
/src/contrib/libcbor/examples/bazel/ !
H A DREADME.md5 ## Compile section in Bazel Example
/src/libexec/bootpd/ !
H A DInstallation4 Compile the executable:
/src/contrib/smbfs/ !
H A Dconfig.mk.in33 # Compile binaries with debugging symbols
/src/tools/tools/sortbench/ !
H A DREADME3 1. Compile mergesort_bench.c into mergesort_bench
/src/contrib/libdiff/ !
H A DREADME22 Compile:
/src/sbin/natd/ !
H A DREADME22 2) Compile this software by executing "make".
/src/contrib/llvm-project/lld/docs/ !
H A DPartitions.rst64 # Compile the main program.
67 # Compile a feature to be placed in a loadable partition.
/src/tools/test/stress2/misc/ !
H A Dmapwrite.sh22 * Compile a recent (2.2+) ZFS with --enable-debug.
/src/sys/dev/qlxgbe/ !
H A DREADME.txt92 6. Compile options Makefile if building driver from sources
/src/contrib/ncurses/ !
H A DINSTALL334 Compile without hashmap scrolling-optimization code. This algorithm is
481 Compile with environment restriction, so most file-access is limited
485 Compile with environment restriction, so certain environment variables
501 Compile without scroll-hints code. This option is ignored when
508 Compile with environment restriction, so certain environment variables
557 Compile-in feature to detect screensize for terminals which do not
561 Compile with experimental $COLORFGBG code. That environment variable
649 Compile-in cursor-optimization code that uses hard-tabs. We would make
661 Compile-in experimental interop bindings. These provide generic types
671 Compile-in support for named pipes, used to connect to Windows 10
[all …]
/src/contrib/bmake/mk/ !
H A DREADME191 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.
/src/contrib/libcbor/ !
H A DREADME.md23 ### Compile from source
/src/contrib/libdivsufsort/ !
H A DREADME.md37 4. Compile the package.
/src/usr.bin/sed/tests/ !
H A Dmath.sed13 # $Compile: echo "4+7*3+2^7/3" | sed -f %f

1234