10 #ifndef LLVM_DEBUGINFO_PDB_CODEVIEW_CODEVIEWERROR_H
11 #define LLVM_DEBUGINFO_PDB_CODEVIEW_CODEVIEWERROR_H
Base class for errors originating when parsing raw PDB files.
const std::string & getErrorMessage() const
Base class for user error types.
std::error_code convertToErrorCode() const override
Convert this error to a std::error_code.
void log(raw_ostream &OS) const override
Print an error message to an output stream.
This class implements an extremely fast bulk output stream that can only output to a stream...
CodeViewError(cv_error_code C)