Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:ErrorMsg

220   std::string ErrorMsg;
225 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
227 << ErrorMsg << '\n';
398 std::string ErrorMsg;
400 Linker::DestroySource, &ErrorMsg)){
402 << ErrorMsg << '\n';
578 std::string ErrorMsg;
580 &ErrorMsg)) {
582 << ErrorMsg << '\n';