LLVM 19.0.0git
Public Member Functions | Friends | List of all members
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.

References P.

Friends And Related Function Documentation

◆ StackMapParser

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

Definition at line 87 of file StackMapParser.h.


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