Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h29 class LLVM_ABI TextAPIError : public llvm::ErrorInfo<TextAPIError> {
35 TextAPIError(TextAPIErrorCode EC) : EC(EC) {} in TextAPIError() function
36 TextAPIError(TextAPIErrorCode EC, std::string Msg) in TextAPIError() function
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp80 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()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp339 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()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp227 return make_error<TextAPIError>( in parseAliasList()
228 TextAPIError(TextAPIErrorCode::InvalidInputFormat, in parseAliasList()
H A DInterfaceFile.cpp233 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in remove()
/freebsd/lib/clang/libllvm/
H A DMakefile1846 SRCS_MIN+= TextAPI/TextAPIError.cpp