Append a LEB128-encoded value to a byte buffer.
Declared in <llvm/Support/LEB128.h>
template<
LEB128Sign Sign,
typename T,
typename U = char,
unsigned int MaxLEB128SizeBytes = 16>
void
appendLEB128(
SmallVectorImpl<U>& Buffer,
T Value);
| Name | Description |
|---|---|
| Buffer | The buffer to append the encoded bytes to. |
| Value | The value to encode according to Sign. |