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

A BaseTypeRef DIE. More...

#include "llvm/CodeGen/DIE.h"

Public Member Functions

 DIEBaseTypeRef (const DwarfCompileUnit *TheCU, uint64_t Idx)
 
void emitValue (const AsmPrinter *AP, dwarf::Form Form) const
 EmitValue - Emit base type reference.
 
unsigned sizeOf (const dwarf::FormParams &, dwarf::Form) const
 sizeOf - Determine size of the base type reference in bytes.
 
void print (raw_ostream &O) const
 
uint64_t getIndex () const
 

Detailed Description

A BaseTypeRef DIE.

Definition at line 240 of file DIE.h.

Constructor & Destructor Documentation

◆ DIEBaseTypeRef()

llvm::DIEBaseTypeRef::DIEBaseTypeRef ( const DwarfCompileUnit TheCU,
uint64_t  Idx 
)
inlineexplicit

Definition at line 246 of file DIE.h.

Member Function Documentation

◆ emitValue()

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

EmitValue - Emit base type reference.

Definition at line 519 of file DIE.cpp.

References assert(), llvm::AsmPrinter::emitULEB128(), and llvm::Offset.

◆ getIndex()

uint64_t llvm::DIEBaseTypeRef::getIndex ( ) const
inline

Definition at line 255 of file DIE.h.

◆ print()

LLVM_DUMP_METHOD void DIEBaseTypeRef::print ( raw_ostream O) const

Definition at line 530 of file DIE.cpp.

◆ sizeOf()

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

sizeOf - Determine size of the base type reference in bytes.

Definition at line 525 of file DIE.cpp.


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