ΒΆinline unsigned int encodeULEB128(
uint64_t Value,
llvm::raw_ostream& OS,
unsigned int PadTo = 0)
inline unsigned int encodeULEB128(
uint64_t Value,
llvm::raw_ostream& OS,
unsigned int PadTo = 0)
Description
Utility function to encode a ULEB128 value to an output stream. Returns the length in bytes of the encoded value.
Declared at: llvm/include/llvm/Support/LEB128.h:80
Parameters
- uint64_t Value
- llvm::raw_ostream& OS
- unsigned int PadTo = 0