LLVM  4.0.0
Public Member Functions | Friends | List of all members
llvm::StackMapV2Parser< Endianness >::ConstantAccessor Class Reference

Accessor for constants. More...

#include <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 81 of file StackMapParser.h.

Member Function Documentation

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

Return the value of this constant.

Definition at line 86 of file StackMapParser.h.

References P.

Friends And Related Function Documentation

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

Definition at line 82 of file StackMapParser.h.


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