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

A BaseTypeRef DIE. More...

#include "llvm/CodeGen/DIE.h"

Public Member Functions

 DIEAddrOffset (uint64_t Idx, const MCSymbol *Hi, const MCSymbol *Lo)
 
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

A BaseTypeRef DIE.

Definition at line 355 of file DIE.h.

Constructor & Destructor Documentation

◆ DIEAddrOffset()

llvm::DIEAddrOffset::DIEAddrOffset ( uint64_t  Idx,
const MCSymbol Hi,
const MCSymbol Lo 
)
inlineexplicit

Definition at line 360 of file DIE.h.

References Addr.

Member Function Documentation

◆ emitValue()

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

EmitValue - Emit label value.

Definition at line 861 of file DIE.cpp.

References llvm::DIEDelta::emitValue(), and llvm::DIEInteger::emitValue().

◆ print()

LLVM_DUMP_METHOD void DIEAddrOffset::print ( raw_ostream O) const

Definition at line 867 of file DIE.cpp.

References llvm::DIEInteger::print(), and llvm::DIEDelta::print().

◆ sizeOf()

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

Definition at line 853 of file DIE.cpp.

References llvm::DIEInteger::sizeOf(), and llvm::DIEDelta::sizeOf().


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