Searched defs:Compile (Results 1 - 25 of 65) sorted by relevance

123

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dcodeop.py19 Compile three times: as is, with \n, and with \n\n appended. If it
53 Compile():
64 __all__ = ["compile_command", "Compile", "CommandCompiler"]
105 r"""Compile a command and determine whether it is incomplete.
124 class Compile: class in inherits:
147 self.compiler = Compile()
150 r"""Compile a command and determine whether it is incomplete.
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dcodeop.py19 Compile three times: as is, with \n, and with \n\n appended. If it
53 Compile():
64 __all__ = ["compile_command", "Compile", "CommandCompiler"]
105 r"""Compile a command and determine whether it is incomplete.
124 class Compile: class in inherits:
147 self.compiler = Compile()
150 r"""Compile a command and determine whether it is incomplete.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcodeop.py19 Compile three times: as is, with \n, and with \n\n appended. If it
53 Compile():
64 __all__ = ["compile_command", "Compile", "CommandCompiler"]
105 r"""Compile a command and determine whether it is incomplete.
124 class Compile: class in inherits:
147 self.compiler = Compile()
150 r"""Compile a command and determine whether it is incomplete.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcodeop.py19 Compile three times: as is, with \n, and with \n\n appended. If it
53 Compile():
64 __all__ = ["compile_command", "Compile", "CommandCompiler"]
105 r"""Compile a command and determine whether it is incomplete.
124 class Compile: class in inherits:
147 self.compiler = Compile()
150 r"""Compile a command and determine whether it is incomplete.
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h43 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile) argument
44 : BaseLayer(BaseLayer), Compile(std::move(Compile)) {}
47 CompileFtor& getCompiler() { return Compile; }
49 /// @brief Compile the module, and add the resulting object to the base layer
56 using CompileResult = decltype(Compile(*M));
57 auto Obj = std::make_shared<CompileResult>(Compile(*M));
96 CompileFtor Compile; member in class:llvm::orc::IRCompileLayer
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h43 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile) argument
44 : BaseLayer(BaseLayer), Compile(std::move(Compile)) {}
47 CompileFtor& getCompiler() { return Compile; }
49 /// @brief Compile the module, and add the resulting object to the base layer
56 using CompileResult = decltype(Compile(*M));
57 auto Obj = std::make_shared<CompileResult>(Compile(*M));
96 CompileFtor Compile; member in class:llvm::orc::IRCompileLayer
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h43 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile) argument
44 : BaseLayer(BaseLayer), Compile(std::move(Compile)) {}
47 CompileFtor& getCompiler() { return Compile; }
49 /// @brief Compile the module, and add the resulting object to the base layer
56 using CompileResult = decltype(Compile(*M));
57 auto Obj = std::make_shared<CompileResult>(Compile(*M));
96 CompileFtor Compile; member in class:llvm::orc::IRCompileLayer
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h43 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile) argument
44 : BaseLayer(BaseLayer), Compile(std::move(Compile)) {}
47 CompileFtor& getCompiler() { return Compile; }
49 /// @brief Compile the module, and add the resulting object to the base layer
56 using CompileResult = decltype(Compile(*M));
57 auto Obj = std::make_shared<CompileResult>(Compile(*M));
96 CompileFtor Compile; member in class:llvm::orc::IRCompileLayer
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h43 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile) argument
44 : BaseLayer(BaseLayer), Compile(std::move(Compile)) {}
47 CompileFtor& getCompiler() { return Compile; }
49 /// @brief Compile the module, and add the resulting object to the base layer
56 using CompileResult = decltype(Compile(*M));
57 auto Obj = std::make_shared<CompileResult>(Compile(*M));
96 CompileFtor Compile; member in class:llvm::orc::IRCompileLayer
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h43 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile) argument
44 : BaseLayer(BaseLayer), Compile(std::move(Compile)) {}
47 CompileFtor& getCompiler() { return Compile; }
49 /// @brief Compile the module, and add the resulting object to the base layer
56 using CompileResult = decltype(Compile(*M));
57 auto Obj = std::make_shared<CompileResult>(Compile(*M));
96 CompileFtor Compile; member in class:llvm::orc::IRCompileLayer
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h43 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile) argument
44 : BaseLayer(BaseLayer), Compile(std::move(Compile)) {}
47 CompileFtor& getCompiler() { return Compile; }
49 /// @brief Compile the module, and add the resulting object to the base layer
56 using CompileResult = decltype(Compile(*M));
57 auto Obj = std::make_shared<CompileResult>(Compile(*M));
96 CompileFtor Compile; member in class:llvm::orc::IRCompileLayer

Completed in 492 milliseconds

123