LLVM API Documentation
#include <DwarfWriter.h>
Collaboration diagram for llvm::DWLabel:

Public Member Functions | |
| DWLabel (const char *T, unsigned N) | |
Public Attributes | |
| const char * | Tag |
| unsigned | Number |
Definition at line 59 of file DwarfWriter.h.
| llvm::DWLabel::DWLabel | ( | const char * | T, | |
| unsigned | N | |||
| ) | [inline] |
Definition at line 65 of file DwarfWriter.h.
| 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().