|
LLVM
4.0.0
|
A simple label difference DIE. More...
#include <DIE.h>
Public Member Functions | |
| DIEDelta (const MCSymbol *Hi, const MCSymbol *Lo) | |
| void | EmitValue (const AsmPrinter *AP, dwarf::Form Form) const |
| EmitValue - Emit delta value. More... | |
| unsigned | SizeOf (const AsmPrinter *AP, dwarf::Form Form) const |
| SizeOf - Determine size of delta value in bytes. More... | |
| void | print (raw_ostream &O) const |
| void DIEDelta::EmitValue | ( | const AsmPrinter * | AP, |
| dwarf::Form | Form | ||
| ) | const |
EmitValue - Emit delta value.
Definition at line 534 of file DIE.cpp.
References llvm::AsmPrinter::EmitLabelDifference(), and SizeOf().
| LLVM_DUMP_METHOD void DIEDelta::print | ( | raw_ostream & | O | ) | const |
Definition at line 548 of file DIE.cpp.
References llvm::MCSymbol::getName().
| unsigned DIEDelta::SizeOf | ( | const AsmPrinter * | AP, |
| dwarf::Form | Form | ||
| ) | const |
SizeOf - Determine size of delta value in bytes.
Definition at line 540 of file DIE.cpp.
References llvm::AsmPrinter::getPointerSize().
Referenced by EmitValue().
1.8.6