LLVM  4.0.0
Public Member Functions | List of all members
llvm::RangeSpanList Class Reference

#include <DwarfUnit.h>

Public Member Functions

 RangeSpanList (MCSymbol *Sym, SmallVector< RangeSpan, 2 > Ranges)
 
MCSymbolgetSym () const
 
const SmallVectorImpl
< RangeSpan > & 
getRanges () const
 
void addRange (RangeSpan Range)
 

Detailed Description

Definition at line 50 of file DwarfUnit.h.

Constructor & Destructor Documentation

llvm::RangeSpanList::RangeSpanList ( MCSymbol Sym,
SmallVector< RangeSpan, 2 >  Ranges 
)
inline

Definition at line 58 of file DwarfUnit.h.

Member Function Documentation

void llvm::RangeSpanList::addRange ( RangeSpan  Range)
inline

Definition at line 62 of file DwarfUnit.h.

const SmallVectorImpl<RangeSpan>& llvm::RangeSpanList::getRanges ( ) const
inline

Definition at line 61 of file DwarfUnit.h.

MCSymbol* llvm::RangeSpanList::getSym ( ) const
inline

Definition at line 60 of file DwarfUnit.h.


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