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

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTest.cpp 36 createJIT(M.take());
47 createJIT(M.take());
62 createJIT(M.take());
80 createJIT(M.take());
103 createJIT(M.take());
135 createJIT(M.take());
173 createJIT(M.take());
190 createJIT(M.take());
210 createJIT(M.take());
MCJITTestBase.h 200 void createJIT(Module *M) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 88 MCJITCtor = createJIT;
91 static ExecutionEngine *createJIT(Module *M,
MCJIT.cpp 39 ExecutionEngine *MCJIT::createJIT(Module *M,
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 87 JITCtor = createJIT;
105 return ExecutionEngine::createJIT(M, Err, JMM, OptLevel, GVsWithCode,
185 static ExecutionEngine *createJIT(Module *M,
JIT.cpp 204 /// createJIT - This is the factory method for creating a JIT for the current
207 ExecutionEngine *JIT::createJIT(Module *M,
  /external/clang/examples/clang-interpreter/
main.cpp 49 llvm::ExecutionEngine::createJIT(Mod, &Error));
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 155 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
187 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
ToolRunner.h 104 static AbstractInterpreter* createJIT(const char *Argv0, std::string &Message,
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/include/llvm/ExecutionEngine/
ExecutionEngine.h 191 /// createJIT - This is the factory method for creating a JIT for the current
197 static ExecutionEngine *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...]

Completed in 184 milliseconds