Home
last modified time | relevance | path

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

/freebsd-14.2/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
/freebsd-14.2/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 DInterfaceFile.cpp234 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in remove()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp335 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()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1697 SRCS_MIW+= TextAPI/TextAPIError.cpp