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

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

#include "llvm/CodeGen/DIE.h"

Public Member Functions

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

Detailed Description

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

Definition at line 337 of file DIE.h.

Constructor & Destructor Documentation

◆ DIELocList()

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

Definition at line 342 of file DIE.h.

Member Function Documentation

◆ emitValue()

void DIELocList::emitValue ( const AsmPrinter AP,
dwarf::Form  Form 
) const

◆ getValue()

size_t llvm::DIELocList::getValue ( ) const
inline

Grab the current index out.

Definition at line 345 of file DIE.h.

◆ print()

LLVM_DUMP_METHOD void DIELocList::print ( raw_ostream O) const

Definition at line 847 of file DIE.cpp.

◆ sizeOf()

unsigned DIELocList::sizeOf ( const dwarf::FormParams FormParams,
dwarf::Form  Form 
) const

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