LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 47 of file DwarfDebug.h.

Constructor & Destructor Documentation

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

Definition at line 53 of file DwarfDebug.h.

Member Function Documentation

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

Definition at line 58 of file DwarfDebug.h.

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

Definition at line 60 of file DwarfDebug.h.

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

Definition at line 57 of file DwarfDebug.h.

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

Definition at line 59 of file DwarfDebug.h.


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