LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::DIELocList Class Reference

#include <DIE.h>

Inheritance diagram for llvm::DIELocList:
Inheritance graph
[legend]
Collaboration diagram for llvm::DIELocList:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Static Public Member Functions

static bool classof (const DIEValue *E)

Detailed Description

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

Definition at line 559 of file DIE.h.


Constructor & Destructor Documentation

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

Definition at line 564 of file DIE.h.


Member Function Documentation

static bool llvm::DIELocList::classof ( const DIEValue E) [inline, static]

Definition at line 578 of file DIE.h.

References llvm::DIEValue::getType(), and llvm::DIEValue::isLocList.

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

getValue - Grab the current index out.

Definition at line 567 of file DIE.h.

void DIELocList::print ( raw_ostream O) const [override, virtual]

Implements llvm::DIEValue.

Definition at line 563 of file DIE.cpp.

unsigned DIELocList::SizeOf ( AsmPrinter AP,
dwarf::Form  Form 
) const [override, virtual]

SizeOf - Determine size of location data in bytes.

Implements llvm::DIEValue.

Definition at line 542 of file DIE.cpp.

References llvm::dwarf::DW_FORM_data4, llvm::dwarf::DW_FORM_sec_offset, llvm::AsmPrinter::getDataLayout(), and llvm::DataLayout::getPointerSize().


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