Searched refs:compileModule (Results 1 – 1 of 1) sorted by relevance
173 static int compileModule(char **, LLVMContext &);351 if (int RetVal = compileModule(argv, Context)) in main()387 static int compileModule(char **argv, LLVMContext &Context) { in compileModule() function