Write Value to the underlying stream using SLEB128 encoding.
Value
Declared in <llvm/Support/BinaryStreamWriter.h>
<llvm/Support/BinaryStreamWriter.h>
Error writeSLEB128(int64_t Value);
a success error code if the data was successfully written, otherwise returns an appropriate error code.