LLVM API Documentation


Public Member Functions | |
| DIEDwarfLabel (const DWLabel &L) | |
| virtual void | EmitValue (const DwarfWriter &DW, unsigned Form) const |
| virtual unsigned | SizeOf (const DwarfWriter &DW, unsigned Form) const |
Static Public Member Functions | |
| static bool | classof (const DIEDwarfLabel *) |
| static bool | classof (const DIEValue *L) |
Public Attributes | |
| const DWLabel | Label |
Definition at line 269 of file DwarfWriter.cpp.
| llvm::DIEDwarfLabel::DIEDwarfLabel | ( | const DWLabel & | L | ) | [inline] |
Definition at line 272 of file DwarfWriter.cpp.
| static bool llvm::DIEDwarfLabel::classof | ( | const DIEDwarfLabel * | ) | [inline, static] |
Definition at line 275 of file DwarfWriter.cpp.
| static bool llvm::DIEDwarfLabel::classof | ( | const DIEValue * | L | ) | [inline, static] |
Reimplemented from llvm::DIEValue.
Definition at line 276 of file DwarfWriter.cpp.
References llvm::DIEValue::isLabel, and llvm::DIEValue::Type.
| void DIEDwarfLabel::EmitValue | ( | const DwarfWriter & | DW, | |
| unsigned | Form | |||
| ) | const [virtual] |
EmitValue - Emit label value.
Implements llvm::DIEValue.
Definition at line 670 of file DwarfWriter.cpp.
| unsigned DIEDwarfLabel::SizeOf | ( | const DwarfWriter & | DW, | |
| unsigned | Form | |||
| ) | const [virtual] |
SizeOf - Determine size of label value in bytes.
Implements llvm::DIEValue.
Definition at line 676 of file DwarfWriter.cpp.
References DW.