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

A pointer to another debug information entry. More...

#include "llvm/CodeGen/DIE.h"

Public Member Functions

 DIEEntry ()=delete
 
 DIEEntry (DIE &E)
 
DIEgetEntry () const
 
void emitValue (const AsmPrinter *AP, dwarf::Form Form) const
 EmitValue - Emit debug information entry offset.
 
unsigned sizeOf (const dwarf::FormParams &FormParams, dwarf::Form Form) const
 
void print (raw_ostream &O) const
 

Detailed Description

A pointer to another debug information entry.

An instance of this class can also be used as a proxy for a debug information entry not yet defined (ie. types.)

Definition at line 319 of file DIE.h.

Constructor & Destructor Documentation

◆ DIEEntry() [1/2]

llvm::DIEEntry::DIEEntry ( )
delete

◆ DIEEntry() [2/2]

llvm::DIEEntry::DIEEntry ( DIE E)
inlineexplicit

Definition at line 324 of file DIE.h.

Member Function Documentation

◆ emitValue()

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

◆ getEntry()

DIE & llvm::DIEEntry::getEntry ( ) const
inline

Definition at line 326 of file DIE.h.

◆ print()

LLVM_DUMP_METHOD void DIEEntry::print ( raw_ostream O) const

Definition at line 702 of file DIE.cpp.

References llvm::format().

◆ sizeOf()

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

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