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 40 ExecutionEngine *MCJIT::createJIT(Module *M,
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 178 void createJIT(Module *M) {
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 641 /// createJIT - Try to find the LLI executable
643 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0,
646 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createJIT);
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 204 /// createJIT - This is the factory method for creating a JIT for the current
207 ExecutionEngine *JIT::createJIT(Module *M,
  /external/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...]

Completed in 977 milliseconds