Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h25 UnsupportedTarget enumerator
/src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp340 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in load()
371 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in readFile()