OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createJIT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h
312
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
624
///
createJIT
- Try to find the LLI executable
626
AbstractInterpreter *AbstractInterpreter::
createJIT
(const char *Argv0,
629
PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) &
createJIT
);
[
all
...]
Completed in 783 milliseconds