Home
last modified time | relevance | path

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

/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextAPIError.cpp23 case TextAPIErrorCode::NoSuchArchitecture: in log()
26 case TextAPIErrorCode::InvalidInputFormat: in log()
H A DInterfaceFile.cpp235 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in remove()
/freebsd-src/contrib/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 get()