Searched refs:DWPError (Results 1 – 4 of 4) sorted by relevance
9 class DWPError : public ErrorInfo<DWPError> {11 DWPError(std::string Info) : Info(std::move(Info)) {} in DWPError() function
81 return make_error<DWPError>( in getIndexedString()101 return make_error<DWPError>( in getCUIdentifiers()150 return make_error<DWPError>("compile unit missing dwo_id"); in getCUIdentifiers()195 WithColor::defaultWarningHandler(make_error<DWPError>(Msg)); in sectionOverflowErrorOrWarning()199 WithColor::defaultWarningHandler(make_error<DWPError>(Msg)); in sectionOverflowErrorOrWarning()202 return make_error<DWPError>(Msg); in sectionOverflowErrorOrWarning()328 return make_error<DWPError>( in createError()371 return make_error<DWPError>( in parseInfoSectionUnitHeader()525 return make_error<DWPError>( in buildDuplicateError()809 return make_error<DWPError>("failed to parse cu_index"); in write()[all …]
3 char DWPError::ID;
508 SRCS_EXT+= DWP/DWPError.cpp