|
clang 22.0.0git
|
#include "/work/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 3502 of file CodeGenFunction.h.
|
inlinestatic |
Definition at line 3514 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitFunctionProlog(), and clang::CodeGen::CodeGenFunction::EmitInlinedInheritingCXXConstructorCall().
|
inlinestatic |
Definition at line 3517 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 3523 of file CodeGenFunction.h.
References Addr, isIndirect(), and Value.
Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl().
|
inline |
Definition at line 3530 of file CodeGenFunction.h.
References isIndirect(), and Value.
Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl().
|
inline |
Definition at line 3535 of file CodeGenFunction.h.
References Addr, and isIndirect().
Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl().
|
inline |
Definition at line 3522 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl(), getAnyValue(), getDirectValue(), and getIndirectAddress().
| Address clang::CodeGen::CodeGenFunction::ParamValue::Addr |
Definition at line 3504 of file CodeGenFunction.h.
Referenced by getAnyValue(), and getIndirectAddress().
| llvm::Value* clang::CodeGen::CodeGenFunction::ParamValue::Value |
Definition at line 3505 of file CodeGenFunction.h.
Referenced by getAnyValue(), and getDirectValue().