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

#include <DwarfUnit.h>

Public Member Functions

 RangeSpan (MCSymbol *S, MCSymbol *E)
 
const MCSymbolgetStart () const
 
const MCSymbolgetEnd () const
 
void setEnd (const MCSymbol *E)
 

Detailed Description

Definition at line 39 of file DwarfUnit.h.

Constructor & Destructor Documentation

llvm::RangeSpan::RangeSpan ( MCSymbol S,
MCSymbol E 
)
inline

Definition at line 41 of file DwarfUnit.h.

Member Function Documentation

const MCSymbol* llvm::RangeSpan::getEnd ( ) const
inline

Definition at line 43 of file DwarfUnit.h.

Referenced by llvm::DwarfCompileUnit::addRange().

const MCSymbol* llvm::RangeSpan::getStart ( ) const
inline

Definition at line 42 of file DwarfUnit.h.

void llvm::RangeSpan::setEnd ( const MCSymbol E)
inline

Definition at line 44 of file DwarfUnit.h.


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