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

Completed in 3813 milliseconds