Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h64 std::unique_ptr<IRCompiler> Compile; variable
/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DPhases.h20 Compile, enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp17 std::unique_ptr<IRCompiler> Compile) in IRCompileLayer()
H A DIndirectionUtils.cpp28 CompileFunction Compile) in CompileCallbackMaterializationUnit()
49 CompileFunction Compile; member in __anon911b65860111::CompileCallbackMaterializationUnit
61 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.h359 mutable std::unique_ptr<tools::gcc::Compiler> Compile; variable