Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h21 enum class TextAPIErrorCode { enum
32 TextAPIErrorCode EC;
35 TextAPIError(TextAPIErrorCode EC) : EC(EC) {} in TextAPIError()
36 TextAPIError(TextAPIErrorCode EC, std::string Msg) in TextAPIError()
/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.cpp228 TextAPIError(TextAPIErrorCode::InvalidInputFormat, in parseAliasList()
H A DInterfaceFile.cpp233 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in remove()