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

#include <DIE.h>

Public Types

enum  Type { isNone }
 

Public Member Functions

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

Detailed Description

Definition at line 309 of file DIE.h.

Member Enumeration Documentation

Enumerator
isNone 

Definition at line 311 of file DIE.h.

Constructor & Destructor Documentation

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

Definition at line 395 of file DIE.h.

llvm::DIEValue::~DIEValue ( )
inline

Definition at line 406 of file DIE.h.

Member Function Documentation

void DIEValue::dump ( ) const

Definition at line 231 of file DIE.cpp.

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

void DIEValue::EmitValue ( const AsmPrinter AP) const

EmitValue - Emit value via the Dwarf writer.

Definition at line 194 of file DIE.cpp.

References isNone, and llvm_unreachable.

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

Definition at line 423 of file DIE.h.

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

Definition at line 424 of file DIE.h.

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

Definition at line 422 of file DIE.h.

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

Definition at line 425 of file DIE.h.

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

Definition at line 398 of file DIE.h.

void DIEValue::print ( raw_ostream O) const

Definition at line 219 of file DIE.cpp.

References isNone, and llvm_unreachable.

Referenced by dump().

unsigned DIEValue::SizeOf ( const AsmPrinter AP) const

SizeOf - Return the size of a value in bytes.

Definition at line 206 of file DIE.cpp.

References isNone, and llvm_unreachable.


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