Home
last modified time | relevance | path

Searched refs:check_error (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Utils/
H A DUtils.h34 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 DRuntimeLibrary.cpp49 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 DUtils.cpp35 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 DMachORewriteInstance.cpp153 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 DRewriteInstance.cpp1550 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()