Home
last modified time | relevance | path

Searched refs:UnsupportedTarget (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h26 UnsupportedTarget enumerator
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp339 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in load()
370 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in readFile()