Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/
HDTextAPIError.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
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/
HDTextAPIError.cpp19 char TextAPIError::ID = 0;
21 void TextAPIError::log(raw_ostream &OS) const { in log()
37 std::error_code TextAPIError::convertToErrorCode() const { in convertToErrorCode()
HDUtils.cpp224 return make_error<TextAPIError>( in parseAliasList()
225 TextAPIError(TextAPIErrorCode::InvalidInputFormat, in parseAliasList()
HDInterfaceFile.cpp235 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in remove()
/freebsd-13-stable/contrib/llvm-project/clang/lib/InstallAPI/
HDFileList.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()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
HDDylibReader.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()
/freebsd-13-stable/lib/clang/libllvm/
HDMakefile1708 SRCS_MIW+= TextAPI/TextAPIError.cpp