HomeSort by: relevance | last modified time | path
    Searched defs:Compile (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Phases.h 20 Compile,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 1 //===- IRCompileLayer.h -- Eagerly compile IR for JIT -----------*- C++ -*-===//
52 std::unique_ptr<IRCompiler> Compile);
54 IRCompiler &getCompiler() { return *Compile; }
64 std::unique_ptr<IRCompiler> Compile;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 28 CompileFunction Compile)
31 Name(std::move(Name)), Compile(std::move(Compile)) {}
33 StringRef getName() const override { return "<Compile Callbacks>"; }
38 Result[Name] = JITEvaluatedSymbol(Compile(), JITSymbolFlags::Exported);
49 CompileFunction Compile;
61 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) {
70 std::move(CallbackName), std::move(Compile))));
84 // If this address is not associated with a compile callback then report an
92 ErrMsgStream << "No compile callback for trampoline at
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Gnu.h 359 mutable std::unique_ptr<tools::gcc::Compiler> Compile;

Completed in 19 milliseconds