Searched refs:setErrorCode (Results 1 – 4 of 4) sorted by relevance
58 setErrorCode(make_error_code(object_error::parse_failed)); in BinaryError()
1362 SectionStrippedError() { setErrorCode(object_error::section_stripped); } in SectionStrippedError()
70 setErrorCode(make_error_code(ECOverride)); in GenericBinaryError()
1180 void setErrorCode(std::error_code EC) { this->EC = EC; } in setErrorCode() function