clang  5.0.0
Public Member Functions | Static Public Member Functions | List of all members
clang::CodeGen::CodeGenFunction::ParamValue Class Reference

#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

bool isIndirect () const
 
llvm::ValuegetAnyValue () const
 
llvm::ValuegetDirectValue () const
 
Address getIndirectAddress () const
 

Static Public Member Functions

static ParamValue forDirect (llvm::Value *value)
 
static ParamValue forIndirect (Address addr)
 

Detailed Description

Definition at line 2474 of file CodeGenFunction.h.

Member Function Documentation

static ParamValue clang::CodeGen::CodeGenFunction::ParamValue::forDirect ( llvm::Value value)
inlinestatic
static ParamValue clang::CodeGen::CodeGenFunction::ParamValue::forIndirect ( Address  addr)
inlinestatic
llvm::Value* clang::CodeGen::CodeGenFunction::ParamValue::getAnyValue ( ) const
inline

Definition at line 2488 of file CodeGenFunction.h.

Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl().

llvm::Value* clang::CodeGen::CodeGenFunction::ParamValue::getDirectValue ( ) const
inline

Definition at line 2490 of file CodeGenFunction.h.

References isIndirect().

Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl().

Address clang::CodeGen::CodeGenFunction::ParamValue::getIndirectAddress ( ) const
inline
bool clang::CodeGen::CodeGenFunction::ParamValue::isIndirect ( ) const
inline

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