Searched defs:Compile (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/libcbor/examples/bazel/ | ||
H A D | README.md | 5 ## Compile section in Bazel Example |
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ | ||
H A D | Phases.h | 20 Compile, enumerator |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ | ||
H A D | IRCompileLayer.h | 65 std::unique_ptr<IRCompiler> Compile; variable |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ | ||
H A D | IRCompileLayer.cpp | 17 std::unique_ptr<IRCompiler> Compile) in IRCompileLayer() |
H A D | IndirectionUtils.cpp | 33 CompileCallbackMaterializationUnit(SymbolStringPtr Name,CompileFunction Compile) CompileCallbackMaterializationUnit() argument |
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ | ||
H A D | Gnu.h | 360 mutable std::unique_ptr<tools::gcc::Compiler> Compile; variable |