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';
399 std::string ErrorMsg;
401 Linker::DestroySource, &ErrorMsg)){
403 << ErrorMsg << '\n';
433 std::string ErrorMsg;
435 Linker::DestroySource, &ErrorMsg)){
437 << ErrorMsg << '\n';
613 std::string ErrorMsg;
615 &ErrorMsg)) {
617 << ErrorMsg << '\n';