ΒΆinline int64_t decodeSLEB128(
    const uint8_t* p,
    unsigned int* n = nullptr,
    const uint8_t* end = nullptr,
    const char** error = nullptr)

Description

Utility function to decode a SLEB128 value.

Declared at: llvm/include/llvm/Support/LEB128.h:161

Parameters

const uint8_t* p
unsigned int* n = nullptr
const uint8_t* end = nullptr
const char** error = nullptr