Home
last modified time | relevance | path

Searched refs:createJIT (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h76 MCJITCtor = createJIT; in Register()
79 static ExecutionEngine *createJIT(Module *M,
DMCJIT.cpp36 ExecutionEngine *MCJIT::createJIT(Module *M, in createJIT() function in MCJIT
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.h87 JITCtor = createJIT; in Register()
105 return ExecutionEngine::createJIT(M, Err, JMM, OptLevel, GVsWithCode,
185 static ExecutionEngine *createJIT(Module *M,
DJIT.cpp206 ExecutionEngine *JIT::createJIT(Module *M, in createJIT() function in JIT
/external/clang/examples/clang-interpreter/
Dmain.cpp51 llvm::ExecutionEngine::createJIT(Mod, &Error)); in Execute()
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp163 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message, in initializeExecutionEnvironment()
195 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message, in initializeExecutionEnvironment()
DToolRunner.h103 static AbstractInterpreter* createJIT(const char *Argv0, std::string &Message,
DToolRunner.cpp611 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0, in createJIT() function in AbstractInterpreter
614 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t)&createJIT).str(); in createJIT()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h199 static ExecutionEngine *createJIT(Module *M,
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp420 ExecutionEngine *ExecutionEngine::createJIT(Module *M, in createJIT() function in ExecutionEngine