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

This class is used to record source line correspondence. More...

#include <DwarfDebug.h>

Public Member Functions

 SrcLineInfo (unsigned L, unsigned C, unsigned S, MCSymbol *label)
 
unsigned getLine () const
 
unsigned getColumn () const
 
unsigned getSourceID () const
 
MCSymbolgetLabel () const
 

Detailed Description

This class is used to record source line correspondence.

Definition at line 53 of file DwarfDebug.h.

Constructor & Destructor Documentation

llvm::SrcLineInfo::SrcLineInfo ( unsigned  L,
unsigned  C,
unsigned  S,
MCSymbol label 
)
inline

Definition at line 59 of file DwarfDebug.h.

Member Function Documentation

unsigned llvm::SrcLineInfo::getColumn ( ) const
inline

Definition at line 64 of file DwarfDebug.h.

MCSymbol* llvm::SrcLineInfo::getLabel ( ) const
inline

Definition at line 66 of file DwarfDebug.h.

unsigned llvm::SrcLineInfo::getLine ( ) const
inline

Definition at line 63 of file DwarfDebug.h.

unsigned llvm::SrcLineInfo::getSourceID ( ) const
inline

Definition at line 65 of file DwarfDebug.h.


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