Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def38 TYPE("cpp-output", PP_C, INVALID, "i", phases::Compile, phases::…
41 TYPE("cl-cpp-output", PP_CL, INVALID, "cli", phases::Compile, phases::…
43 TYPE("clcpp-cpp-output", PP_CLCXX, INVALID, "clii", phases::Compile, phases::…
44 TYPE("cuda-cpp-output", PP_CUDA, INVALID, "cui", phases::Compile, phases::…
47 TYPE("hip-cpp-output", PP_HIP, INVALID, "hipi", phases::Compile, phases::…
50 TYPE("objective-c-cpp-output", PP_ObjC, INVALID, "mi", phases::Compile, phases::…
51 TYPE("objc-cpp-output", PP_ObjC_Alias, INVALID, "mi", phases::Compile, phases::…
53 TYPE("c++-cpp-output", PP_CXX, INVALID, "ii", phases::Compile, phases::…
55 TYPE("objective-c++-cpp-output", PP_ObjCXX, INVALID, "mii", phases::Compile, phases::…
96 TYPE("ifs-cpp", IFS_CPP, INVALID, "ifs", phases::Compile, phases::…
[all …]
H A DPhases.h20 Compile, enumerator
/freebsd-14.2/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.cpp33 CompileFunction Compile) in CompileCallbackMaterializationUnit() argument
36 Name(std::move(Name)), Compile(std::move(Compile)) {}
43 Result[Name] = {Compile(), JITSymbolFlags::Exported}; in materialize()
54 CompileFunction Compile; member in __anona85c3cdb0111::CompileCallbackMaterializationUnit
66 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback() argument
75 std::move(CallbackName), std::move(Compile)))); in getCompileCallback()
/freebsd-14.2/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
/freebsd-14.2/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
/freebsd-14.2/tools/build/options/
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))
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DPhases.cpp19 case Compile: return "compiler"; in getPhaseName()
/freebsd-14.2/contrib/libcbor/examples/bazel/
H A DREADME.md5 ## Compile section in Bazel Example
/freebsd-14.2/libexec/bootpd/
H A DInstallation4 Compile the executable:
/freebsd-14.2/contrib/smbfs/
H A Dconfig.mk.in33 # Compile binaries with debugging symbols
/freebsd-14.2/tools/tools/sortbench/
H A DREADME3 1. Compile mergesort_bench.c into mergesort_bench
/freebsd-14.2/sbin/natd/
H A DREADME22 2) Compile this software by executing "make".
/freebsd-14.2/contrib/llvm-project/lld/docs/
H A DPartitions.rst64 # Compile the main program.
67 # Compile a feature to be placed in a loadable partition.
/freebsd-14.2/sys/dev/qlxgbe/
H A DREADME.txt92 6. Compile options Makefile if building driver from sources
/freebsd-14.2/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.
/freebsd-14.2/contrib/ncurses/
H A DINSTALL481 Compile with environment restriction, so most file-access is limited
501 Compile without scroll-hints code. This option is ignored when
557 Compile-in feature to detect screensize for terminals which do not
561 Compile with experimental $COLORFGBG code. That environment variable
664 Compile-in support for the $NCURSES_NO_PADDING environment variable,
695 Compile configuration which improves reentrant use of the library by
719 Compile with experimental safe-sprintf code. You may consider using
817 Compile with experimental wgetch-events code. See ncurses/README.IZ
820 Compile with wide-character code. This makes a different version of
838 Compile-in support experimental xmc (magic cookie) code.
[all …]
/freebsd-14.2/contrib/libcbor/
H A DREADME.md23 ### Compile from source
/freebsd-14.2/contrib/libdivsufsort/
H A DREADME.md37 4. Compile the package.
/freebsd-14.2/usr.bin/sed/tests/
H A Dmath.sed13 # $Compile: echo "4+7*3+2^7/3" | sed -f %f
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h360 mutable std::unique_ptr<tools::gcc::Compiler> Compile; variable
/freebsd-14.2/stand/ficl/softwords/
H A Dsoftcore.fr195 ." Compile: " get-current list-wid cr
/freebsd-14.2/crypto/openssh/
H A DCREDITS85 Roumen Petrov <[email protected]> - Compile & configure fixes

1234