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

Accessor for function records. More...

#include "llvm/Object/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 52 of file StackMapParser.h.

Member Function Documentation

◆ getFunctionAddress()

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

Get the function address.

Definition at line 57 of file StackMapParser.h.

References P.

◆ getRecordCount()

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

Get the number of callsite records.

Definition at line 67 of file StackMapParser.h.

References P.

◆ getStackSize()

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

Get the function's stack size.

Definition at line 62 of file StackMapParser.h.

References P.

Friends And Related Function Documentation

◆ StackMapV2Parser

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

Definition at line 53 of file StackMapParser.h.


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