Searched refs:writeMergedModules (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h81 // and LTOCodeGenerator::writeMergedModules().
86 // LTOCodeGenerator::compilexxx() and LTOCodeGenerator::writeMergedModules()
91 bool writeMergedModules(const char *path, std::string &errMsg);
/external/llvm/tools/lto/
H A Dlto.cpp249 return !unwrap(cg)->writeMergedModules(path, sLastErrorString);
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp155 bool LTOCodeGenerator::writeMergedModules(const char *path, function in class:LTOCodeGenerator
/external/llvm/tools/gold/
H A Dgold-plugin.cpp454 if (!CodeGen->writeMergedModules(path.c_str(), Error))

Completed in 497 milliseconds