Searched refs:TextAPIError (Results 1 – 6 of 6) sorted by relevance
29 class LLVM_ABI TextAPIError : public llvm::ErrorInfo<TextAPIError> {35 TextAPIError(TextAPIErrorCode EC) : EC(EC) {} in TextAPIError() function36 TextAPIError(TextAPIErrorCode EC, std::string Msg) in TextAPIError() function
80 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parseType()153 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()156 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()160 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()
339 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in load()365 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in readFile()370 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in readFile()422 return make_error<TextAPIError>(TextAPIErrorCode::EmptyResults); in readFile()
227 return make_error<TextAPIError>( in parseAliasList()228 TextAPIError(TextAPIErrorCode::InvalidInputFormat, in parseAliasList()
233 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in remove()
1846 SRCS_MIN+= TextAPI/TextAPIError.cpp