LLVM  3.7.0
Public Member Functions | List of all members
llvm::DIELocList Class Reference

DIELocList - Represents a pointer to a location list in the debug_loc section. More...

#include <DIE.h>

Public Member Functions

 DIELocList (size_t I)
 
size_t getValue () const
 getValue - Grab the current index out. More...
 
void EmitValue (const AsmPrinter *AP, dwarf::Form Form) const
 EmitValue - Emit label value. More...
 
unsigned SizeOf (const AsmPrinter *AP, dwarf::Form Form) const
 
void print (raw_ostream &O) const
 

Detailed Description

DIELocList - Represents a pointer to a location list in the debug_loc section.

Definition at line 285 of file DIE.h.

Constructor & Destructor Documentation

llvm::DIELocList::DIELocList ( size_t  I)
inline

Definition at line 290 of file DIE.h.

Member Function Documentation

void DIELocList::EmitValue ( const AsmPrinter AP,
dwarf::Form  Form 
) const
size_t llvm::DIELocList::getValue ( ) const
inline

getValue - Grab the current index out.

Definition at line 293 of file DIE.h.

void DIELocList::print ( raw_ostream O) const

Definition at line 623 of file DIE.cpp.

unsigned DIELocList::SizeOf ( const AsmPrinter AP,
dwarf::Form  Form 
) const

The documentation for this class was generated from the following files: