LLVM API Documentation
Public Member Functions | |
DIEDelta (const DWLabel &Hi, const DWLabel &Lo) | |
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 DIEDelta *) |
static bool | classof (const DIEValue *D) |
Public Attributes | |
const DWLabel | LabelHi |
const DWLabel | LabelLo |
Definition at line 312 of file DwarfWriter.cpp.
Definition at line 316 of file DwarfWriter.cpp.
static bool llvm::DIEDelta::classof | ( | const DIEDelta * | ) | [inline, static] |
Definition at line 320 of file DwarfWriter.cpp.
static bool llvm::DIEDelta::classof | ( | const DIEValue * | D | ) | [inline, static] |
Reimplemented from llvm::DIEValue.
Definition at line 321 of file DwarfWriter.cpp.
References D, and llvm::DIEValue::isDelta.
void DIEDelta::EmitValue | ( | const DwarfWriter & | DW, | |
unsigned | Form | |||
) | const [virtual] |
EmitValue - Emit delta value.
Implements llvm::DIEValue.
Definition at line 698 of file DwarfWriter.cpp.
unsigned DIEDelta::SizeOf | ( | const DwarfWriter & | DW, | |
unsigned | Form | |||
) | const [virtual] |
SizeOf - Determine size of delta value in bytes.
Implements llvm::DIEValue.
Definition at line 704 of file DwarfWriter.cpp.
References DW.