Searched refs:TextAPIError (Results 1 – 5 of 5) sorted by relevance
28 class TextAPIError : public llvm::ErrorInfo<TextAPIError> {34 TextAPIError(TextAPIErrorCode EC) : EC(EC) {} in TextAPIError() function35 TextAPIError(TextAPIErrorCode EC, std::string Msg) in TextAPIError() function
19 char TextAPIError::ID = 0;21 void TextAPIError::log(raw_ostream &OS) const { in log()37 std::error_code TextAPIError::convertToErrorCode() const { in convertToErrorCode()
234 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in remove()
335 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in load()361 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in readFile()366 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in readFile()417 return make_error<TextAPIError>(TextAPIErrorCode::EmptyResults); in readFile()
1697 SRCS_MIW+= TextAPI/TextAPIError.cpp