Home
last modified time | relevance | path

Searched refs:compileModule (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llc/
Dllc.cpp106 static int compileModule(char **, LLVMContext &);
211 if (int RetVal = compileModule(argv, Context)) in main()
216 static int compileModule(char **argv, LLVMContext &Context) { in compileModule() function
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp802 compileModule(M); in MCJITHelper()
816 ExecutionEngine *compileModule(Module *M);
933 ExecutionEngine *MCJITHelper::compileModule(Module *M) { in compileModule() function in MCJITHelper
1013 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction()
1045 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp661 ExecutionEngine *compileModule(Module *M);
790 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction()
804 ExecutionEngine *MCJITHelper::compileModule(Module *M) { in compileModule() function in MCJITHelper
871 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp748 ExecutionEngine *compileModule(Module *M);
879 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction()
893 ExecutionEngine *MCJITHelper::compileModule(Module *M) { in compileModule() function in MCJITHelper
969 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction()