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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 45 ExecutionEngine *MCJIT::createJIT(Module *M,
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 311 void createJIT(Module *M) {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 71 /// createJIT - This is the factory method for creating a JIT for the current
74 ExecutionEngine *JIT::createJIT(Module *M,
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 642 /// createJIT - Try to find the LLI executable
644 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0,
647 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createJIT);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 426 /// createJIT - This is the factory method for creating a JIT for the current
429 ExecutionEngine *ExecutionEngine::createJIT(Module *M,
    [all...]

Completed in 688 milliseconds