Searched refs:check_error (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Utils/ |
| H A D | Utils.h | 34 void check_error(std::error_code EC, StringRef Message); 36 void check_error(Error E, Twine Message);
|
| /llvm-project-15.0.7/bolt/lib/RuntimeLibs/ |
| H A D | RuntimeLibrary.cpp | 49 check_error(MaybeBuf.getError(), LibPath); in loadLibrary() 61 check_error(std::move(Err), B->getBufferIdentifier()); in loadLibrary()
|
| /llvm-project-15.0.7/bolt/lib/Utils/ |
| H A D | Utils.cpp | 35 void check_error(std::error_code EC, StringRef Message) { in check_error() function 41 void check_error(Error E, Twine Message) { in check_error() function
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | MachORewriteInstance.cpp | 153 check_error(SectionName.takeError(), "cannot get section name"); in readSpecialSections() 485 check_error(EC, "cannot create output object file"); in emitAndLink() 566 check_error(EC, "cannot create output executable file"); in rewriteFile() 603 check_error(EC, "cannot set permissions of output file"); in rewriteFile()
|
| H A D | RewriteInstance.cpp | 1550 check_error(std::move(E), "failed to patch EH frame"); in relocateEHFrameSection() 1570 check_error(SectionNameOrErr.takeError(), "cannot get section name"); in readSpecialSections() 3098 check_error(EC, "cannot create output object file"); in emitAndLink() 5231 check_error(EC, "cannot create output executable file"); in rewriteFile() 5417 check_error(EC, "cannot set permissions of output file"); in rewriteFile() 5426 check_error(std::move(E), "failed to parse EH frame"); in writeEHFrameHeader() 5440 check_error(std::move(Er), "failed to parse EH frame"); in writeEHFrameHeader()
|