Searched refs:DWPError (Results 1 – 6 of 6) sorted by relevance
9 class DWPError : public ErrorInfo<DWPError> {11 DWPError(std::string Info) : Info(std::move(Info)) {} in DWPError() function
120 return make_error<DWPError>("cannot parse compile unit length: " + in parseCompileUnitHeader()124 return make_error<DWPError>( in parseCompileUnitHeader()131 return make_error<DWPError>("cannot parse compile unit version: " + in parseCompileUnitHeader()144 return make_error<DWPError>( in parseCompileUnitHeader()248 return make_error<DWPError>( in getIndexedString()273 return make_error<DWPError>( in getCUIdentifiers()285 return make_error<DWPError>("top level DIE is not a compile unit"); in getCUIdentifiers()321 return make_error<DWPError>("compile unit missing dwo_id"); in getCUIdentifiers()513 return make_error<DWPError>( in createError()616 return make_error<DWPError>( in buildDuplicateError()[all …]
3 char DWPError::ID;
16 DWPError.cpp
10 SRCS= DWPError.cpp \
31 "DWPError.cpp",