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

/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp59 /// writeProgramToFile - This writes the current "Program" to the named bitcode
72 bool BugDriver::writeProgramToFile(const std::string &Filename, int FD, function in class:BugDriver
78 bool BugDriver::writeProgramToFile(const std::string &Filename, function in class:BugDriver
98 if (writeProgramToFile(Filename, M)) {
/external/swiftshader/third_party/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 92 milliseconds