Searched refs:compile_to_file (Results 1 – 3 of 3) sorted by relevance
53 bool compile_to_file(const char **name, std::string &errMsg);
154 bool LTOCodeGenerator::compile_to_file(const char** name, std::string& errMsg) { in compile_to_file() function in LTOCodeGenerator192 if (compile_to_file(&name, errMsg)) in compile()
207 return cg->compile_to_file(name, sLastErrorString); in lto_codegen_compile_to_file()