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

An expression DIE. More...

#include "llvm/CodeGen/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 201 of file DIE.h.

Constructor & Destructor Documentation

◆ DIEExpr()

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

Definition at line 205 of file DIE.h.

Member Function Documentation

◆ EmitValue()

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

EmitValue - Emit expression value.

Definition at line 467 of file DIE.cpp.

References llvm::AsmPrinter::EmitDebugValue().

◆ getValue()

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

Get MCExpr.

Definition at line 208 of file DIE.h.

References llvm::RISCVFenceField::O, and print().

◆ print()

LLVM_DUMP_METHOD void DIEExpr::print ( raw_ostream O) const

Definition at line 481 of file DIE.cpp.

◆ SizeOf()

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

SizeOf - Determine size of expression value in bytes.

Definition at line 473 of file DIE.cpp.

References llvm::AsmPrinter::getPointerSize(), and LLVM_DUMP_METHOD.


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