Searched defs:writeProgramToFile (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp54 /// writeProgramToFile - This writes the current "Program" to the named bitcode
67 bool BugDriver::writeProgramToFile(const std::string &Filename, int FD, function in class:BugDriver
73 bool BugDriver::writeProgramToFile(const std::string &Filename, function in class:BugDriver
93 if (writeProgramToFile(Filename, M)) {

Completed in 196 milliseconds