clang 22.0.0git
clang::CodeGen::CodeGenFunction::ParamValue Class Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

bool isIndirect () const
llvm::Value * getAnyValue () const
llvm::Value * getDirectValue () const
Address getIndirectAddress () const

Static Public Member Functions

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

Detailed Description

Definition at line 3487 of file CodeGenFunction.h.

Member Function Documentation

◆ forDirect()

ParamValue clang::CodeGen::CodeGenFunction::ParamValue::forDirect ( llvm::Value * value)
inlinestatic

◆ forIndirect()

◆ getAnyValue()

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

Definition at line 3508 of file CodeGenFunction.h.

References Addr, isIndirect(), and Value.

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

◆ getDirectValue()

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

Definition at line 3515 of file CodeGenFunction.h.

References isIndirect(), and Value.

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

◆ getIndirectAddress()

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

Definition at line 3520 of file CodeGenFunction.h.

References Addr, and isIndirect().

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

◆ isIndirect()

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

Member Data Documentation

◆ Addr

Address clang::CodeGen::CodeGenFunction::ParamValue::Addr

Definition at line 3489 of file CodeGenFunction.h.

Referenced by getAnyValue(), and getIndirectAddress().

◆ Value

llvm::Value* clang::CodeGen::CodeGenFunction::ParamValue::Value

Definition at line 3490 of file CodeGenFunction.h.

Referenced by getAnyValue(), and getDirectValue().


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