reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/BinaryByteStream.h
  183       return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
include/llvm/Support/BinaryStream.h
   61       return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
   94       return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
include/llvm/Support/BinaryStreamRef.h
  137       return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
  235       return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
lib/Support/BinaryStreamError.cpp
   35   case stream_error_code::invalid_offset: