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