Searched refs:DWPError (Results 1 – 9 of 9) sorted by relevance
9 class DWPError : public ErrorInfo<DWPError> {11 DWPError(std::string Info) : Info(std::move(Info)) {} in DWPError() function
128 return make_error<DWPError>( in getIndexedString()158 return make_error<DWPError>( in getCUIdentifiers()173 return make_error<DWPError>("top level DIE is not a compile unit"); in getCUIdentifiers()208 return make_error<DWPError>("compile unit missing dwo_id"); in getCUIdentifiers()400 return make_error<DWPError>( in createError()503 return make_error<DWPError>( in buildDuplicateError()622 return make_error<DWPError>("failed to parse cu_index"); in write()624 return make_error<DWPError>( in write()659 return make_error<DWPError>("multiple type unit sections in .dwp file"); in write()663 return make_error<DWPError>("failed to parse tu_index"); in write()[all …]
3 char DWPError::ID;
16 DWPError.cpp
120 return make_error<DWPError>( in getIndexedString()147 return make_error<DWPError>("top level DIE is not a compile unit"); in getCUIdentifiers()371 return make_error<DWPError>("zlib not available"); in handleCompressedSection()375 return make_error<DWPError>( in handleCompressedSection()458 return make_error<DWPError>( in buildDuplicateError()547 return make_error<DWPError>("Failed to parse cu_index"); in write()578 return make_error<DWPError>("multiple type unit sections in .dwp file"); in write()582 return make_error<DWPError>("Failed to parse tu_index"); in write()
13 DWPError.cpp
31 "DWPError.cpp",