Searched refs:createJIT (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h96 MCJITCtor = createJIT;
99 static ExecutionEngine *createJIT(Module *M,
H A DMCJIT.cpp40 ExecutionEngine *MCJIT::createJIT(Module *M, function in class:MCJIT
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h87 JITCtor = createJIT;
105 return ExecutionEngine::createJIT(M, Err, JMM, OptLevel, GVsWithCode,
185 static ExecutionEngine *createJIT(Module *M,
H A DJIT.cpp204 /// createJIT - This is the factory method for creating a JIT for the current
207 ExecutionEngine *JIT::createJIT(Module *M, function in class:JIT
/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DExecutionDriver.cpp155 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
187 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
H A DToolRunner.h104 static AbstractInterpreter* createJIT(const char *Argv0, std::string &Message,
H A DToolRunner.cpp611 /// createJIT - Try to find the LLI executable
613 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0, function in class:AbstractInterpreter
616 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t)&createJIT).str();
/freebsd-10.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h193 /// createJIT - This is the factory method for creating a JIT for the current
199 static ExecutionEngine *createJIT(Module *M,
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp416 /// createJIT - This is the factory method for creating a JIT for the current
419 ExecutionEngine *ExecutionEngine::createJIT(Module *M, function in class:ExecutionEngine

Completed in 128 milliseconds