Home
last modified time | relevance | path

Searched refs:compile_to_file (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/lto/
DLTOCodeGenerator.h53 bool compile_to_file(const char **name, std::string &errMsg);
DLTOCodeGenerator.cpp154 bool LTOCodeGenerator::compile_to_file(const char** name, std::string& errMsg) { in compile_to_file() function in LTOCodeGenerator
192 if (compile_to_file(&name, errMsg)) in compile()
Dlto.cpp207 return cg->compile_to_file(name, sLastErrorString); in lto_codegen_compile_to_file()