LLVM  3.7.0
Public Types | Public Member Functions | List of all members
llvm::DbgValueHistoryMap Class Reference

#include <DbgValueHistoryCalculator.h>

Public Types

typedef std::pair< const
MachineInstr *, const
MachineInstr * > 
InstrRange
 
typedef SmallVector
< InstrRange, 4 > 
InstrRanges
 
typedef std::pair< const
DILocalVariable *, const
DILocation * > 
InlinedVariable
 
typedef MapVector
< InlinedVariable, InstrRanges
InstrRangesMap
 

Public Member Functions

void startInstrRange (InlinedVariable Var, const MachineInstr &MI)
 
void endInstrRange (InlinedVariable Var, const MachineInstr &MI)
 
unsigned getRegisterForVar (InlinedVariable Var) const
 
bool empty () const
 
void clear ()
 
InstrRangesMap::const_iterator begin () const
 
InstrRangesMap::const_iterator end () const
 

Detailed Description

Definition at line 26 of file DbgValueHistoryCalculator.h.

Member Typedef Documentation

Definition at line 36 of file DbgValueHistoryCalculator.h.

Definition at line 33 of file DbgValueHistoryCalculator.h.

Definition at line 34 of file DbgValueHistoryCalculator.h.

Definition at line 37 of file DbgValueHistoryCalculator.h.

Member Function Documentation

InstrRangesMap::const_iterator llvm::DbgValueHistoryMap::begin ( ) const
inline
void llvm::DbgValueHistoryMap::clear ( )
inline
bool llvm::DbgValueHistoryMap::empty ( ) const
inline
InstrRangesMap::const_iterator llvm::DbgValueHistoryMap::end ( ) const
inline
void DbgValueHistoryMap::endInstrRange ( InlinedVariable  Var,
const MachineInstr MI 
)
unsigned DbgValueHistoryMap::getRegisterForVar ( InlinedVariable  Var) const
void DbgValueHistoryMap::startInstrRange ( InlinedVariable  Var,
const MachineInstr MI 
)

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