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

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 314 void createJIT(std::unique_ptr<Module> M) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 46 MCJIT::createJIT(std::unique_ptr<Module> M,
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 643 /// createJIT - Try to find the LLI executable
645 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0,
648 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createJIT);
    [all...]

Completed in 380 milliseconds