Home
last modified time | relevance | path

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

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