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 32 createJIT(0);
41 createJIT(M.take());
52 createJIT(M.release());
65 createJIT(M.release());
86 createJIT(M.release());
107 createJIT(M.release());
137 createJIT(M.take());
178 createJIT(M.release());
MCJITObjectCacheTest.cpp 124 createJIT(M.release());
140 createJIT(M.release());
167 createJIT(M.release());
184 createJIT(M.release());
201 createJIT(M.release());
219 createJIT(M.release());
MCJITMultipleModuleTest.cpp 30 createJIT(M.take());
73 createJIT(M.take());
97 createJIT(A.release());
117 createJIT(A.release());
138 createJIT(A.release());
159 createJIT(A.release());
180 createJIT(A.release());
216 createJIT(A.release());
244 createJIT(A.release());
269 createJIT(A.release())
    [all...]
MCJITTestBase.h 311 void 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 71 /// createJIT - This is the factory method for creating a JIT for the current
74 ExecutionEngine *JIT::createJIT(Module *M,
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 325 MCJITCtor = createJIT;
328 static ExecutionEngine *createJIT(Module *M,
MCJIT.cpp 45 ExecutionEngine *MCJIT::createJIT(Module *M,
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 155 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
187 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
ToolRunner.h 101 createJIT(const char *Argv0, std::string &Message,
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/include/llvm/ExecutionEngine/
ExecutionEngine.h 192 /// createJIT - This is the factory method for creating a JIT for the current
198 static ExecutionEngine *createJIT(Module *M,
  /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 394 milliseconds