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 60 of file DwarfWriter.h.


Constructor & Destructor Documentation

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

Definition at line 66 of file DwarfWriter.h.


Member Data Documentation

const char* llvm::DWLabel::Tag

Definition at line 62 of file DwarfWriter.h.

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

unsigned llvm::DWLabel::Number

Definition at line 64 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: