Searched refs:getPassesString (Results 1 - 10 of 10) sorted by relevance

/external/llvm/tools/bugpoint/
H A DBugDriver.cpp57 /// getPassesString - Turn a list of passes into a string which indicates the
60 std::string llvm::getPassesString(const std::vector<std::string> &Passes) { function in class:llvm
H A DMiscompilation.cpp67 outs() << "Checking to see if '" << getPassesString(Suffix)
100 outs() << "Checking to see if '" << getPassesString(Prefix)
145 outs() << "Checking to see if '" << getPassesString(Suffix)
147 << getPassesString(Prefix) << "' passes: ";
738 << getPassesString(getPassesToRun()) << '\n';
H A DBugDriver.h300 /// getPassesString - Turn a list of passes into a string which indicates the
303 std::string getPassesString(const std::vector<std::string> &Passes);
H A DOptimizerDriver.cpp111 outs() << " " << getPassesString(PassesToRun) << "\n";
H A DCrashDebugger.cpp83 << getPassesString(Prefix) << ": ";
99 << getPassesString(Suffix) << ": ";
895 << getPassesString(PassesToRun) << '\n';
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DBugDriver.cpp56 /// getPassesString - Turn a list of passes into a string which indicates the
59 std::string llvm::getPassesString(const std::vector<std::string> &Passes) { function in class:llvm
H A DMiscompilation.cpp66 outs() << "Checking to see if '" << getPassesString(Suffix)
99 outs() << "Checking to see if '" << getPassesString(Prefix)
144 outs() << "Checking to see if '" << getPassesString(Suffix)
146 << getPassesString(Prefix) << "' passes: ";
730 << getPassesString(getPassesToRun()) << '\n';
H A DCrashDebugger.cpp69 << getPassesString(Prefix) << ": ";
87 << getPassesString(Suffix) << ": ";
640 << getPassesString(PassesToRun) << '\n';
H A DBugDriver.h304 /// getPassesString - Turn a list of passes into a string which indicates the
307 std::string getPassesString(const std::vector<std::string> &Passes);
H A DOptimizerDriver.cpp89 outs() << getPassesString(PassesToRun) << "\n";

Completed in 161 milliseconds