LLVM API Documentation

llvm::DebugVariable Class Reference

#include <MachineDebugInfo.h>

Collaboration diagram for llvm::DebugVariable:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DebugVariable (VariableDesc *D, unsigned I)
VariableDescgetDesc () const
unsigned getFrameIndex () const

Detailed Description

DebugVariable - This class is used to track local variable information.

Definition at line 891 of file MachineDebugInfo.h.


Constructor & Destructor Documentation

llvm::DebugVariable::DebugVariable ( VariableDesc D,
unsigned  I 
) [inline]

Definition at line 897 of file MachineDebugInfo.h.


Member Function Documentation

VariableDesc* llvm::DebugVariable::getDesc (  )  const [inline]

Definition at line 903 of file MachineDebugInfo.h.

unsigned llvm::DebugVariable::getFrameIndex (  )  const [inline]

Definition at line 904 of file MachineDebugInfo.h.


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