GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
innermost_block_tracker Class Reference

#include "parser-defs.h"

Public Member Functions

 innermost_block_tracker (innermost_block_tracker_types types=INNERMOST_BLOCK_FOR_SYMBOLS)
 
void update (const struct block *b, innermost_block_tracker_types t)
 
void update (const struct block_symbol &bs)
 
const struct blockblock () const
 

Private Attributes

innermost_block_tracker_types m_types
 
const struct blockm_innermost_block
 

Detailed Description

Definition at line 322 of file parser-defs.h.

Constructor & Destructor Documentation

◆ innermost_block_tracker()

innermost_block_tracker::innermost_block_tracker ( innermost_block_tracker_types  types = INNERMOST_BLOCK_FOR_SYMBOLS)
inline

Definition at line 325 of file parser-defs.h.

Member Function Documentation

◆ block()

const struct block * innermost_block_tracker::block ( ) const
inline

◆ update() [1/2]

void innermost_block_tracker::update ( const struct block b,
innermost_block_tracker_types  t 
)

◆ update() [2/2]

void innermost_block_tracker::update ( const struct block_symbol bs)
inline

Definition at line 340 of file parser-defs.h.

References block_symbol::block, INNERMOST_BLOCK_FOR_SYMBOLS, and update().

Member Data Documentation

◆ m_innermost_block

const struct block* innermost_block_tracker::m_innermost_block
private

Definition at line 359 of file parser-defs.h.

Referenced by block(), and update().

◆ m_types

innermost_block_tracker_types innermost_block_tracker::m_types
private

Definition at line 355 of file parser-defs.h.

Referenced by update().


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