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

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTest.cpp 36 createJIT(M.take());
48 createJIT(M.take());
62 createJIT(M.take());
79 createJIT(M.take());
101 createJIT(M.take());
132 createJIT(M.take());
174 createJIT(M.take());
192 createJIT(M.take());
212 createJIT(M.take());
MCJITObjectCacheTest.cpp 125 createJIT(M.take());
141 createJIT(M.take());
168 createJIT(M.take());
185 createJIT(M.take());
202 createJIT(M.take());
220 createJIT(M.take());
MCJITTestBase.h 178 void createJIT(Module *M) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 103 MCJITCtor = createJIT;
106 static ExecutionEngine *createJIT(Module *M,
MCJIT.cpp 40 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 50 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 99 static AbstractInterpreter* createJIT(const char *Argv0, std::string &Message,
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/include/llvm/ExecutionEngine/
ExecutionEngine.h 194 /// createJIT - This is the factory method for creating a JIT for the current
200 static ExecutionEngine *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 173 milliseconds