HomeSort by relevance Sort by last modified time
    Searched defs:InterpCtor (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 126 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
149 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M,
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h 116 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
145 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 126 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
149 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 126 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
149 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 126 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
149 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 126 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
149 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 126 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
149 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 126 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
149 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 126 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
149 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 126 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
149 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M,
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 54 ExecutionEngine *(*ExecutionEngine::InterpCtor)(Module *M,
488 if (ExecutionEngine::InterpCtor)
489 return ExecutionEngine::InterpCtor(M, ErrorStr);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 59 ExecutionEngine *(*ExecutionEngine::InterpCtor)(std::unique_ptr<Module> M,
557 if (ExecutionEngine::InterpCtor)
558 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr);
    [all...]

Completed in 2914 milliseconds