LLVM 22.0.0git
llvm::StackMapParser< Endianness >::ConstantAccessor Class Reference

Accessor for constants. More...

#include "llvm/Object/StackMapParser.h"

Public Member Functions

uint64_t getValue () const
 Return the value of this constant.

Friends

class StackMapParser

Detailed Description

template<llvm::endianness Endianness>
class llvm::StackMapParser< Endianness >::ConstantAccessor

Accessor for constants.

Definition at line 86 of file StackMapParser.h.

Member Function Documentation

◆ getValue()

template<llvm::endianness Endianness>
uint64_t llvm::StackMapParser< Endianness >::ConstantAccessor::getValue ( ) const
inline

Return the value of this constant.

Definition at line 91 of file StackMapParser.h.

◆ StackMapParser

template<llvm::endianness Endianness>
friend class StackMapParser
friend

Definition at line 87 of file StackMapParser.h.

References StackMapParser.

Referenced by StackMapParser.


The documentation for this class was generated from the following file: