Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
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)
LLVM_ABI void emitValue (const AsmPrinter *AP, dwarf::Form Form) const
 EmitValue - Emit label value.
LLVM_ABI unsigned sizeOf (const dwarf::FormParams &FormParams, dwarf::Form Form) const
LLVM_ABI void print (raw_ostream &O) const

Detailed Description

A BaseTypeRef DIE.

Definition at line 363 of file DIE.h.

Constructor & Destructor Documentation

◆ DIEAddrOffset()

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

Definition at line 368 of file DIE.h.

References llvm::Hi, and llvm::Lo.

Member Function Documentation

◆ emitValue()

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

EmitValue - Emit label value.

Definition at line 860 of file DIE.cpp.

◆ print()

LLVM_DUMP_METHOD void DIEAddrOffset::print ( raw_ostream & O) const

Definition at line 866 of file DIE.cpp.

◆ sizeOf()

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

Definition at line 852 of file DIE.cpp.


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