LLVM  3.7.0
Public Member Functions | Friends | List of all members
llvm::StackMapV1Parser< 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 StackMapV1Parser
 

Detailed Description

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

Accessor for constants.

Definition at line 77 of file StackMapParser.h.

Member Function Documentation

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

Return the value of this constant.

Definition at line 82 of file StackMapParser.h.

References P.

Friends And Related Function Documentation

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

Definition at line 78 of file StackMapParser.h.


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