class StackMapParser::ConstantAccessor

Declaration

class StackMapParser::ConstantAccessor { /* full declaration omitted */ };

Description

Accessor for constants.

Declared at: llvm/include/llvm/Object/StackMapParser.h:87

Member Variables

private const uint8_t* P
private static const int ConstantAccessorSize = sizeof(unsigned long)

Method Overview

Methods

ConstantAccessor(const uint8_t* P)

Declared at: llvm/include/llvm/Object/StackMapParser.h:95

Parameters

const uint8_t* P

uint64_t getValue() const

Description

Return the value of this constant.

Declared at: llvm/include/llvm/Object/StackMapParser.h:92

llvm::StackMapParser::ConstantAccessor next()
    const

Declared at: llvm/include/llvm/Object/StackMapParser.h:99