Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryItemStream.h49 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in readBytes()
88 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in translateOffsetIndex()
H A DBinaryStreamError.h21 stream_too_short, enumerator
H A DBinaryStream.h62 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead()
H A DBinaryStreamRef.h137 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp135 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in readStreamRef()
149 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in skip()
H A DBinaryStreamError.cpp29 case stream_error_code::stream_too_short: in BinaryStreamError()