Home | History | Annotate | Download | only in Linker

Lines Matching refs:ErrorMsg

378     std::string ErrorMsg;
389 ErrorMsg = Message.str();
1243 ErrorMsg))
1282 if (SF->Materialize(&ErrorMsg))
1325 /// error occurs, true is returned and ErrorMsg (if not null) is set to indicate
1329 std::string *ErrorMsg) {
1332 if (ErrorMsg) *ErrorMsg = TheLinker.ErrorMsg;