Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h20 enum class TextAPIErrorCode { enum
31 TextAPIErrorCode EC;
34 TextAPIError(TextAPIErrorCode EC) : EC(EC) {} in TextAPIError()
35 TextAPIError(TextAPIErrorCode EC, std::string Msg) in TextAPIError()
/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()
/llvm-project/llvm/lib/TextAPI/
H A DTextAPIError.cpp23 case TextAPIErrorCode::NoSuchArchitecture: in log()
26 case TextAPIErrorCode::InvalidInputFormat: in log()
H A DUtils.cpp228 TextAPIError(TextAPIErrorCode::InvalidInputFormat, in parseAliasList()
H A DInterfaceFile.cpp239 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in remove()
/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()
/llvm-project/clang/tools/clang-installapi/
H A DOptions.cpp92 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat);
96 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat); in getArgListFromJSON()
770 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat,