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

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

Completed in 37 milliseconds