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

#include "CodeGen/AsmPrinter/DwarfFile.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 36 of file DwarfFile.h.

Constructor & Destructor Documentation

◆ RangeSpan()

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

Definition at line 38 of file DwarfFile.h.

Member Function Documentation

◆ getEnd()

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

◆ getStart()

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

◆ setEnd()

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

Definition at line 41 of file DwarfFile.h.

References E.


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