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

Accessor for function records. More...

#include <StackMapParser.h>

Public Member Functions

uint64_t getFunctionAddress () const
 Get the function address. More...
 
uint64_t getStackSize () const
 Get the function's stack size. More...
 
uint64_t getRecordCount () const
 Get the number of callsite records. More...
 

Friends

class StackMapV2Parser
 

Detailed Description

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

Accessor for function records.

Definition at line 49 of file StackMapParser.h.

Member Function Documentation

template<support::endianness Endianness>
uint64_t llvm::StackMapV2Parser< Endianness >::FunctionAccessor::getFunctionAddress ( ) const
inline

Get the function address.

Definition at line 54 of file StackMapParser.h.

References P.

template<support::endianness Endianness>
uint64_t llvm::StackMapV2Parser< Endianness >::FunctionAccessor::getRecordCount ( ) const
inline

Get the number of callsite records.

Definition at line 64 of file StackMapParser.h.

References P.

template<support::endianness Endianness>
uint64_t llvm::StackMapV2Parser< Endianness >::FunctionAccessor::getStackSize ( ) const
inline

Get the function's stack size.

Definition at line 59 of file StackMapParser.h.

References P.

Friends And Related Function Documentation

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

Definition at line 50 of file StackMapParser.h.


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