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

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

Public Attributes
MCSymbol * Label
const DwarfCompileUnit * CU
SmallVector< RangeSpan, 2 > Ranges

Detailed Description

Definition at line 48 of file DwarfFile.h.

Member Data Documentation

CU

const DwarfCompileUnit* llvm::RangeSpanList::CU

Definition at line 51 of file DwarfFile.h.

Label

MCSymbol* llvm::RangeSpanList::Label

Definition at line 50 of file DwarfFile.h.

Ranges

SmallVector<RangeSpan, 2> llvm::RangeSpanList::Ranges

Definition at line 53 of file DwarfFile.h.


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