LLVM  4.0.0
Public Member Functions | List of all members
llvm::DIEExpr Class Reference

An expression DIE. More...

#include <DIE.h>

Public Member Functions

 DIEExpr (const MCExpr *E)
 
const MCExprgetValue () const
 Get MCExpr. More...
 
void EmitValue (const AsmPrinter *AP, dwarf::Form Form) const
 EmitValue - Emit expression value. More...
 
unsigned SizeOf (const AsmPrinter *AP, dwarf::Form Form) const
 SizeOf - Determine size of expression value in bytes. More...
 
void print (raw_ostream &O) const
 

Detailed Description

An expression DIE.

Definition at line 199 of file DIE.h.

Constructor & Destructor Documentation

llvm::DIEExpr::DIEExpr ( const MCExpr E)
inlineexplicit

Definition at line 203 of file DIE.h.

Member Function Documentation

void DIEExpr::EmitValue ( const AsmPrinter AP,
dwarf::Form  Form 
) const

EmitValue - Emit expression value.

Definition at line 486 of file DIE.cpp.

References llvm::AsmPrinter::EmitDebugValue(), and SizeOf().

const MCExpr* llvm::DIEExpr::getValue ( ) const
inline

Get MCExpr.

Definition at line 206 of file DIE.h.

LLVM_DUMP_METHOD void DIEExpr::print ( raw_ostream O) const

Definition at line 500 of file DIE.cpp.

unsigned DIEExpr::SizeOf ( const AsmPrinter AP,
dwarf::Form  Form 
) const

SizeOf - Determine size of expression value in bytes.

Definition at line 492 of file DIE.cpp.

References llvm::AsmPrinter::getPointerSize().

Referenced by EmitValue().


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