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

Accessor for function records. More...

#include <StackMapParser.h>

Public Member Functions

uint64_t getFunctionAddress () const
 Get the function address. More...
 
uint32_t getStackSize () const
 Get the function's stack size. More...
 

Friends

class StackMapV1Parser
 

Detailed Description

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

Accessor for function records.

Definition at line 50 of file StackMapParser.h.

Member Function Documentation

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

Get the function address.

Definition at line 55 of file StackMapParser.h.

References P.

template<support::endianness Endianness>
uint32_t llvm::StackMapV1Parser< Endianness >::FunctionAccessor::getStackSize ( ) const
inline

Get the function's stack size.

Definition at line 60 of file StackMapParser.h.

References P.

Friends And Related Function Documentation

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

Definition at line 51 of file StackMapParser.h.


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