clang 22.0.0git
|
#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) |
Definition at line 3487 of file CodeGenFunction.h.
|
inlinestatic |
Definition at line 3499 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitFunctionProlog(), and clang::CodeGen::CodeGenFunction::EmitInlinedInheritingCXXConstructorCall().
|
inlinestatic |
Definition at line 3502 of file CodeGenFunction.h.
References clang::CodeGen::Address::getAlignment(), and clang::CharUnits::isZero().
Referenced by clang::CodeGen::CodeGenFunction::EmitFunctionProlog(), and clang::CodeGen::CodeGenFunction::EmitInlinedInheritingCXXConstructorCall().
|
inline |
Definition at line 3508 of file CodeGenFunction.h.
References Addr, isIndirect(), and Value.
Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl().
|
inline |
Definition at line 3515 of file CodeGenFunction.h.
References isIndirect(), and Value.
Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl().
|
inline |
Definition at line 3520 of file CodeGenFunction.h.
References Addr, and isIndirect().
Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl().
|
inline |
Definition at line 3507 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl(), getAnyValue(), getDirectValue(), and getIndirectAddress().
Address clang::CodeGen::CodeGenFunction::ParamValue::Addr |
Definition at line 3489 of file CodeGenFunction.h.
Referenced by getAnyValue(), and getIndirectAddress().
llvm::Value* clang::CodeGen::CodeGenFunction::ParamValue::Value |
Definition at line 3490 of file CodeGenFunction.h.
Referenced by getAnyValue(), and getDirectValue().