LLVM  8.0.1
Public Types | Public Member Functions | List of all members
llvm::DIEValue Class Reference

#include "llvm/CodeGen/DIE.h"

Public Types

enum  Type { isNone }
 

Public Member Functions

 DIEValue ()=default
 
 DIEValue (const DIEValue &X)
 
DIEValueoperator= (const DIEValue &X)
 
 ~DIEValue ()
 
void EmitValue (const AsmPrinter *AP) const
 Emit value via the Dwarf writer. More...
 
unsigned SizeOf (const AsmPrinter *AP) const
 Return the size of a value in bytes. More...
 
void print (raw_ostream &O) const
 
void dump () const
 
Type getType () const
 Accessors. More...
 
dwarf::Attribute getAttribute () const
 
dwarf::Form getForm () const
 
 operator bool () const
 

Detailed Description

Definition at line 333 of file DIE.h.

Member Enumeration Documentation

◆ Type

Enumerator
isNone 

Definition at line 335 of file DIE.h.

Constructor & Destructor Documentation

◆ DIEValue() [1/2]

llvm::DIEValue::DIEValue ( )
default

◆ DIEValue() [2/2]

llvm::DIEValue::DIEValue ( const DIEValue X)
inline

Definition at line 420 of file DIE.h.

◆ ~DIEValue()

llvm::DIEValue::~DIEValue ( )
inline

Definition at line 433 of file DIE.h.

Member Function Documentation

◆ dump()

LLVM_DUMP_METHOD void DIEValue::dump ( ) const

Definition at line 365 of file DIE.cpp.

References llvm::dbgs(), and print().

◆ EmitValue()

void DIEValue::EmitValue ( const AsmPrinter AP) const

Emit value via the Dwarf writer.

Definition at line 327 of file DIE.cpp.

References llvm_unreachable.

◆ getAttribute()

dwarf::Attribute llvm::DIEValue::getAttribute ( ) const
inline

Definition at line 451 of file DIE.h.

Referenced by llvm::DIEHash::addSLEB128().

◆ getForm()

dwarf::Form llvm::DIEValue::getForm ( ) const
inline

Definition at line 452 of file DIE.h.

Referenced by llvm::DIEHash::addSLEB128().

◆ getType()

Type llvm::DIEValue::getType ( ) const
inline

Accessors.

Definition at line 450 of file DIE.h.

Referenced by llvm::DIEHash::addSLEB128().

◆ operator bool()

llvm::DIEValue::operator bool ( ) const
inlineexplicit

Definition at line 453 of file DIE.h.

◆ operator=()

DIEValue& llvm::DIEValue::operator= ( const DIEValue X)
inline

Definition at line 424 of file DIE.h.

◆ print()

LLVM_DUMP_METHOD void DIEValue::print ( raw_ostream O) const

Definition at line 352 of file DIE.cpp.

References llvm_unreachable.

◆ SizeOf()

unsigned DIEValue::SizeOf ( const AsmPrinter AP) const

Return the size of a value in bytes.

Definition at line 339 of file DIE.cpp.

References LLVM_DUMP_METHOD, and llvm_unreachable.


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