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.h10 class DWPError : public ErrorInfo<DWPError> {
12 DWPError(std::string Info) : Info(std::move(Info)) {} in DWPError() function
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp79 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()
192 WithColor::defaultWarningHandler(make_error<DWPError>(Msg)); in sectionOverflowErrorOrWarning()
196 WithColor::defaultWarningHandler(make_error<DWPError>(Msg)); in sectionOverflowErrorOrWarning()
199 return make_error<DWPError>(Msg); in sectionOverflowErrorOrWarning()
325 return make_error<DWPError>( in createError()
364 return make_error<DWPError>("cannot parse compile unit length: " + in parseInfoSectionUnitHeader()
368 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.cpp194 WithColor::defaultWarningHandler(make_error<DWPError>( in llvm_dwp_main()
/freebsd/lib/clang/libllvm/
H A DMakefile564 SRCS_EXT+= DWP/DWPError.cpp