Home
last modified time | relevance | path

Searched refs:TextAPIError (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h28 class TextAPIError : public llvm::ErrorInfo<TextAPIError> {
34 TextAPIError(TextAPIErrorCode EC) : EC(EC) {} in TextAPIError() function
35 TextAPIError(TextAPIErrorCode EC, std::string Msg) in TextAPIError() function
/src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextAPIError.cpp19 char TextAPIError::ID = 0;
21 void TextAPIError::log(raw_ostream &OS) const { in log()
37 std::error_code TextAPIError::convertToErrorCode() const { in convertToErrorCode()
H A DUtils.cpp224 return make_error<TextAPIError>( in parseAliasList()
225 TextAPIError(TextAPIErrorCode::InvalidInputFormat, in parseAliasList()
H A DInterfaceFile.cpp235 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in remove()
/src/contrib/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp82 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parseType()
155 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()
158 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()
162 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()
/src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp340 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in load()
366 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in readFile()
371 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in readFile()
423 return make_error<TextAPIError>(TextAPIErrorCode::EmptyResults); in readFile()
/src/lib/clang/libllvm/
H A DMakefile1720 SRCS_MIN+= TextAPI/TextAPIError.cpp