ΒΆinline unsigned int encodeULEB128(
uint64_t Value,
uint8_t* p,
unsigned int PadTo = 0)
inline unsigned int encodeULEB128(
uint64_t Value,
uint8_t* p,
unsigned int PadTo = 0)
Description
Utility function to encode a ULEB128 value to a buffer. Returns the length in bytes of the encoded value.
Declared at: llvm/include/llvm/Support/LEB128.h:104
Parameters
- uint64_t Value
- uint8_t* p
- unsigned int PadTo = 0