Home
last modified time | relevance | path

Searched refs:DWPError (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWPError.h9 class DWPError : public ErrorInfo<DWPError> {
11 DWPError(std::string Info) : Info(std::move(Info)) {} in DWPError() function
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp81 return make_error<DWPError>( in getIndexedString()
101 return make_error<DWPError>( in getCUIdentifiers()
113 return make_error<DWPError>("top level DIE is not a compile unit"); 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()
367 return make_error<DWPError>("cannot parse compile unit length: " + in parseInfoSectionUnitHeader()
371 return make_error<DWPError>( in parseInfoSectionUnitHeader()
[all …]
H A DDWPError.cpp3 char DWPError::ID;
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp192 WithColor::defaultWarningHandler(make_error<DWPError>( in llvm_dwp_main()
/freebsd/lib/clang/libllvm/
H A DMakefile509 SRCS_EXT+= DWP/DWPError.cpp