Home
last modified time | relevance | path

Searched refs:BinaryStreamError (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DBinaryStreamError.cpp15 char BinaryStreamError::ID = 0;
17 BinaryStreamError::BinaryStreamError(stream_error_code C) in BinaryStreamError() function in BinaryStreamError
18 : BinaryStreamError(C, "") {} in BinaryStreamError()
20 BinaryStreamError::BinaryStreamError(StringRef Context) in BinaryStreamError() function in BinaryStreamError
21 : BinaryStreamError(stream_error_code::unspecified, Context) {} in BinaryStreamError()
23 BinaryStreamError::BinaryStreamError(stream_error_code C, StringRef Context) in BinaryStreamError() function in BinaryStreamError
50 void BinaryStreamError::log(raw_ostream &OS) const { OS << ErrMsg << "\n"; } in log()
52 StringRef BinaryStreamError::getErrorMessage() const { return ErrMsg; } in getErrorMessage()
54 std::error_code BinaryStreamError::convertToErrorCode() const { in convertToErrorCode()
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()
DBinaryStreamWriter.cpp86 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in padToAlignment()
DCMakeLists.txt50 BinaryStreamError.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamError.h28 class BinaryStreamError : public ErrorInfo<BinaryStreamError> {
31 explicit BinaryStreamError(stream_error_code C);
32 explicit BinaryStreamError(StringRef Context);
33 BinaryStreamError(stream_error_code C, StringRef Context);
DBinaryStream.h62 return make_error<BinaryStreamError>(stream_error_code::invalid_offset); in checkOffsetForRead()
64 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead()
95 return make_error<BinaryStreamError>(stream_error_code::invalid_offset); in checkOffsetForWrite()
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()
DBinaryStreamRef.h138 return make_error<BinaryStreamError>(stream_error_code::invalid_offset); in checkOffsetForRead()
140 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead()
236 return make_error<BinaryStreamError>(stream_error_code::invalid_offset); in checkOffsetForWrite()
DBinaryStreamReader.h184 return make_error<BinaryStreamError>( in readArray()
230 return make_error<BinaryStreamError>( in readArray()
DBinaryByteStream.h184 return make_error<BinaryStreamError>(stream_error_code::invalid_offset); in writeBytes()
220 return make_error<BinaryStreamError>( in commit()
DBinaryStreamWriter.h142 return make_error<BinaryStreamError>( in writeArray()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk568 llvm/lib/Support/BinaryStreamError.cpp \
DBUILD.gn989 "llvm/lib/Support/BinaryStreamError.cpp",
/external/swiftshader/
DCMakeLists.txt1234 ${LLVM_DIR}/lib/Support/BinaryStreamError.cpp