Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-dwp/
DDWPError.h9 class DWPError : public ErrorInfo<DWPError> {
11 DWPError(std::string Info) : Info(std::move(Info)) {} in DWPError() function
Dllvm-dwp.cpp128 return make_error<DWPError>( in getIndexedString()
158 return make_error<DWPError>( in getCUIdentifiers()
173 return make_error<DWPError>("top level DIE is not a compile unit"); in getCUIdentifiers()
208 return make_error<DWPError>("compile unit missing dwo_id"); in getCUIdentifiers()
400 return make_error<DWPError>( in createError()
503 return make_error<DWPError>( in buildDuplicateError()
622 return make_error<DWPError>("failed to parse cu_index"); in write()
624 return make_error<DWPError>( in write()
659 return make_error<DWPError>("multiple type unit sections in .dwp file"); in write()
663 return make_error<DWPError>("failed to parse tu_index"); in write()
[all …]
DDWPError.cpp3 char DWPError::ID;
DCMakeLists.txt16 DWPError.cpp
/external/llvm/tools/llvm-dwp/
DDWPError.h9 class DWPError : public ErrorInfo<DWPError> {
11 DWPError(std::string Info) : Info(std::move(Info)) {} in DWPError() function
Dllvm-dwp.cpp120 return make_error<DWPError>( in getIndexedString()
147 return make_error<DWPError>("top level DIE is not a compile unit"); in getCUIdentifiers()
371 return make_error<DWPError>("zlib not available"); in handleCompressedSection()
375 return make_error<DWPError>( in handleCompressedSection()
458 return make_error<DWPError>( in buildDuplicateError()
547 return make_error<DWPError>("Failed to parse cu_index"); in write()
578 return make_error<DWPError>("multiple type unit sections in .dwp file"); in write()
582 return make_error<DWPError>("Failed to parse tu_index"); in write()
DDWPError.cpp3 char DWPError::ID;
DCMakeLists.txt13 DWPError.cpp
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-dwp/
DBUILD.gn31 "DWPError.cpp",