LLVM  8.0.1
Public Member Functions | Friends | List of all members
llvm::StackMapV2Parser< 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. More...
 

Friends

class StackMapV2Parser
 

Detailed Description

template<support::endianness Endianness>
class llvm::StackMapV2Parser< Endianness >::ConstantAccessor

Accessor for constants.

Definition at line 84 of file StackMapParser.h.

Member Function Documentation

◆ getValue()

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

Return the value of this constant.

Definition at line 89 of file StackMapParser.h.

References P.

Friends And Related Function Documentation

◆ StackMapV2Parser

template<support::endianness Endianness>
friend class StackMapV2Parser
friend

Definition at line 85 of file StackMapParser.h.


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