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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 36 ExecutionEngine *MCJIT::createJIT(Module *M,
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 311 void createJIT(std::unique_ptr<Module> M) {
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.cpp 609 /// createJIT - Try to find the LLI executable
611 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0,
614 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t)&createJIT).str();
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 46 MCJIT::createJIT(std::unique_ptr<Module> M,
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 625 /// createJIT - Try to find the LLI executable
627 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0,
630 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createJIT);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 417 /// createJIT - This is the factory method for creating a JIT for the current
420 ExecutionEngine *ExecutionEngine::createJIT(Module *M,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 203 /// createJIT - This is the factory method for creating a JIT for the current
206 ExecutionEngine *JIT::createJIT(Module *M,

Completed in 483 milliseconds