/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | BinaryStreamError.cpp | 14 char BinaryStreamError::ID = 0; 16 BinaryStreamError::BinaryStreamError(stream_error_code C) in BinaryStreamError() function in BinaryStreamError 17 : BinaryStreamError(C, "") {} in BinaryStreamError() 19 BinaryStreamError::BinaryStreamError(StringRef Context) in BinaryStreamError() function in BinaryStreamError 20 : BinaryStreamError(stream_error_code::unspecified, Context) {} in BinaryStreamError() 22 BinaryStreamError::BinaryStreamError(stream_error_code C, StringRef Context) in BinaryStreamError() function in BinaryStreamError 49 void BinaryStreamError::log(raw_ostream &OS) const { OS << ErrMsg; } in log() 51 StringRef BinaryStreamError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() 53 std::error_code BinaryStreamError::convertToErrorCode() const { in convertToErrorCode()
|
H A D | BinaryStreamReader.cpp | 136 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in readStreamRef() 150 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in skip()
|
H A D | CMakeLists.txt | 133 BinaryStreamError.cpp
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | BinaryStreamError.h | 27 class BinaryStreamError : public ErrorInfo<BinaryStreamError> { 30 explicit BinaryStreamError(stream_error_code C); 31 explicit BinaryStreamError(StringRef Context); 32 BinaryStreamError(stream_error_code C, StringRef Context);
|
H A D | BinaryStream.h | 61 return make_error<BinaryStreamError>(stream_error_code::invalid_offset); in checkOffsetForRead() 63 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead() 94 return make_error<BinaryStreamError>(stream_error_code::invalid_offset); in checkOffsetForWrite()
|
H A D | BinaryItemStream.h | 50 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in readBytes() 89 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in translateOffsetIndex()
|
H A D | BinaryStreamRef.h | 136 return make_error<BinaryStreamError>(stream_error_code::invalid_offset); in checkOffsetForRead() 138 return make_error<BinaryStreamError>(stream_error_code::stream_too_short); in checkOffsetForRead() 233 return make_error<BinaryStreamError>(stream_error_code::invalid_offset); in checkOffsetForWrite()
|
H A D | BinaryStreamReader.h | 188 return make_error<BinaryStreamError>( in readArray() 235 return make_error<BinaryStreamError>( in readArray()
|
H A D | BinaryByteStream.h | 182 return make_error<BinaryStreamError>(stream_error_code::invalid_offset); in writeBytes() 216 return make_error<BinaryStreamError>( in commit()
|
H A D | BinaryStreamWriter.h | 149 return make_error<BinaryStreamError>( in writeArray()
|
/openbsd-src/gnu/usr.bin/clang/libLLVMSupport/ |
H A D | Makefile.shared | 27 BinaryStreamError.cpp \
|
H A D | Makefile | 28 BinaryStreamError.cpp \
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Support/ |
H A D | BUILD.gn | 48 "BinaryStreamError.cpp",
|
/openbsd-src/distrib/sets/lists/comp/ |
H A D | clang.amd64 | 2359 ./usr/include/llvm/Support/BinaryStreamError.h
|
H A D | clang.macppc | 2358 ./usr/include/llvm/Support/BinaryStreamError.h
|
H A D | clang.loongson | 2358 ./usr/include/llvm/Support/BinaryStreamError.h
|
H A D | clang.octeon | 2358 ./usr/include/llvm/Support/BinaryStreamError.h
|
H A D | clang.arm64 | 2359 ./usr/include/llvm/Support/BinaryStreamError.h
|
H A D | clang.powerpc64 | 2357 ./usr/include/llvm/Support/BinaryStreamError.h
|
H A D | clang.armv7 | 2357 ./usr/include/llvm/Support/BinaryStreamError.h
|
H A D | clang.i386 | 2357 ./usr/include/llvm/Support/BinaryStreamError.h
|
H A D | clang.sparc64 | 2358 ./usr/include/llvm/Support/BinaryStreamError.h
|
/openbsd-src/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 5471 llvm/include/llvm/Support/BinaryStreamError.h 6202 llvm/lib/Support/BinaryStreamError.cpp
|