LLVM API Documentation

Public Member Functions
llvm::SrcLineInfo Class Reference

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

#include <DwarfDebug.h>

List of all members.

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 48 of file DwarfDebug.h.


Constructor & Destructor Documentation

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

Definition at line 54 of file DwarfDebug.h.


Member Function Documentation

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

Definition at line 59 of file DwarfDebug.h.

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

Definition at line 61 of file DwarfDebug.h.

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

Definition at line 58 of file DwarfDebug.h.

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

Definition at line 60 of file DwarfDebug.h.


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