Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp81 return make_error<DWPError>( in getIndexedString()
101 return make_error<DWPError>( 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()
371 return make_error<DWPError>( in parseInfoSectionUnitHeader()
525 return make_error<DWPError>( in buildDuplicateError()
809 return make_error<DWPError>("failed to parse cu_index"); in write()
[all …]
H A DDWPError.cpp3 char DWPError::ID;
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile508 SRCS_EXT+= DWP/DWPError.cpp