LLVM API Documentation

llvm::DWLabel Class Reference

#include <DwarfWriter.h>

Collaboration diagram for llvm::DWLabel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DWLabel (const char *T, unsigned N)

Public Attributes

const char * Tag
unsigned Number

Detailed Description

Definition at line 59 of file DwarfWriter.h.


Constructor & Destructor Documentation

llvm::DWLabel::DWLabel ( const char *  T,
unsigned  N 
) [inline]

Definition at line 65 of file DwarfWriter.h.


Member Data Documentation

unsigned llvm::DWLabel::Number

Definition at line 63 of file DwarfWriter.h.

Referenced by llvm::DwarfWriter::EmitDifference(), llvm::DwarfWriter::EmitLabel(), llvm::DwarfWriter::EmitReference(), and llvm::DwarfWriter::PrintLabelName().

const char* llvm::DWLabel::Tag

Definition at line 61 of file DwarfWriter.h.

Referenced by llvm::DwarfWriter::EmitDifference(), llvm::DwarfWriter::EmitLabel(), llvm::DwarfWriter::EmitReference(), and llvm::DwarfWriter::PrintLabelName().


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