Searched refs:LastErrorMsg (Results 1 – 2 of 2) sorted by relevance
27 std::string LastErrorMsg; variable84 LastErrorMsg = ErrMsg;93 LastErrorMsg = IPE.getMessage(); in error()95 return make_error<CGDataError>(LastError, LastErrorMsg); in error()
97 std::string LastErrorMsg; variable174 LastErrorMsg = ErrMsg;183 LastErrorMsg = IPE.getMessage(); in error()185 return make_error<InstrProfError>(LastError, LastErrorMsg); in error()201 return make_error<InstrProfError>(LastError, LastErrorMsg); in getError()