Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h89 std::string LastErrorMsg; variable
159 LastErrorMsg = ErrMsg;
168 LastErrorMsg = IPE.getMessage(); in error()
170 return make_error<InstrProfError>(LastError, LastErrorMsg); in error()
186 return make_error<InstrProfError>(LastError, LastErrorMsg); in getError()