Home
last modified time | relevance | path

Searched refs:LastErrorMsg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenDataReader.h27 std::string LastErrorMsg; variable
84 LastErrorMsg = ErrMsg;
93 LastErrorMsg = IPE.getMessage(); in error()
95 return make_error<CGDataError>(LastError, LastErrorMsg); in error()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h97 std::string LastErrorMsg; variable
174 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()