Home
last modified time | relevance | path

Searched defs:Compile (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/libcbor/examples/bazel/
H A DREADME.md5 ## Compile section in Bazel Example
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DPhases.h20 Compile, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h65 std::unique_ptr<IRCompiler> Compile; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp17 std::unique_ptr<IRCompiler> Compile) in IRCompileLayer()
H A DIndirectionUtils.cpp33 CompileCallbackMaterializationUnit(SymbolStringPtr Name,CompileFunction Compile) CompileCallbackMaterializationUnit() argument
54 CompileFunction Compile; global() member in __anon8ea699f70111::CompileCallbackMaterializationUnit
66 getCompileCallback(CompileFunction Compile) getCompileCallback() argument
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h360 mutable std::unique_ptr<tools::gcc::Compiler> Compile; variable