Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryItemStream.h51 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in readBytes()
90 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in translateOffsetIndex()
DBinaryStreamError.h21 stream_too_short, enumerator
DBinaryStream.h64 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead()
DBinaryStreamRef.h140 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DBinaryStreamReader.cpp106 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in readStreamRef()
120 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in skip()
DBinaryStreamError.cpp30 case stream_error_code::stream_too_short: in BinaryStreamError()
DBinaryStreamWriter.cpp86 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in padToAlignment()