LLVM API Documentation

Public Member Functions
llvm::RangeSpan Class Reference

#include <DwarfUnit.h>

List of all members.

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().

Definition at line 42 of file DwarfUnit.h.

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

Definition at line 44 of file DwarfUnit.h.

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


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