LLVM 22.0.0git
llvm::RangeSpan Struct Reference

#include "CodeGen/AsmPrinter/DwarfFile.h"

Public Member Functions

bool operator== (const RangeSpan &Other) const

Public Attributes

const MCSymbolBegin
const MCSymbolEnd

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: