Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Driver/
H A DPhases.h20 Compile, enumerator
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h65 std::unique_ptr<IRCompiler> Compile; variable
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp17 std::unique_ptr<IRCompiler> Compile) in IRCompileLayer()
H A DIndirectionUtils.cpp34 Name(std::move(Name)), Compile(std::move(Compile)) {} in CompileCallbackMaterializationUnit() argument
55 CompileFunction Compile; global() member in __anonb8eb00d80111::CompileCallbackMaterializationUnit
67 getCompileCallback(CompileFunction Compile) getCompileCallback() argument
/llvm-project/clang/unittests/AST/
H A DASTVectorTest.cpp47 TEST_F(ASTVectorTest, Compile) { in TEST_F() argument
/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h360 mutable std::unique_ptr<tools::gcc::Compiler> Compile; global() variable