Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/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()
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 …]
H A DDWPError.cpp3 char DWPError::ID;
H A DCMakeLists.txt3 DWPError.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DWP/
H A DBUILD.gn12 "DWPError.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5268 llvm/include/llvm/DWP/DWPError.h
6008 llvm/lib/DWP/DWPError.cpp