HomeSort by relevance Sort by last modified time
    Searched refs:compile_to_file (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/lto/
LTOCodeGenerator.h 53 bool compile_to_file(const char **name, std::string &errMsg);
lto.cpp 207 return cg->compile_to_file(name, sLastErrorString);
LTOCodeGenerator.cpp 152 bool LTOCodeGenerator::compile_to_file(const char** name, std::string& errMsg) { function in class:LTOCodeGenerator
187 if (compile_to_file(&name, errMsg))

Completed in 82 milliseconds