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
79 return make_error<DWPError>( in getIndexedString()99 return make_error<DWPError>( in getCUIdentifiers()111 return make_error<DWPError>("top level DIE is not a compile unit"); in getCUIdentifiers()148 return make_error<DWPError>("compile unit missing dwo_id"); in getCUIdentifiers()270 return make_error<DWPError>( in createError()313 return make_error<DWPError>( in parseInfoSectionUnitHeader()466 return make_error<DWPError>( in buildDuplicateError()661 return make_error<DWPError>( in write()713 return make_error<DWPError>("failed to parse cu_index"); in write()775 return make_error<DWPError>( in write()[all …]
3 char DWPError::ID;
3 DWPError.cpp
12 "DWPError.cpp",
5268 llvm/include/llvm/DWP/DWPError.h6008 llvm/lib/DWP/DWPError.cpp