LLVM: llvm::RangeSpan Struct Reference (original) (raw)

#include "[CodeGen/AsmPrinter/DwarfFile.h](DwarfFile%5F8h%5Fsource.html)"

Public Member Functions
bool operator== (const RangeSpan &Other) const
Public Attributes
const MCSymbol * Begin
const MCSymbol * End

Detailed Description

Definition at line 39 of file DwarfFile.h.

Member Function Documentation

operator==()

bool llvm::RangeSpan::operator== ( const RangeSpan & Other) const inline

Definition at line 43 of file DwarfFile.h.

References Begin, End, and llvm::Other.

Member Data Documentation

Begin

const MCSymbol* llvm::RangeSpan::Begin

Definition at line 40 of file DwarfFile.h.

Referenced by llvm::DwarfCompileUnit::attachRangesOrLowHighPC(), and operator==().

End

const MCSymbol* llvm::RangeSpan::End

Definition at line 41 of file DwarfFile.h.

Referenced by llvm::DwarfCompileUnit::attachRangesOrLowHighPC(), and operator==().


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