clang 20.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 3442 of file CodeGenFunction.h.
|
inlinestatic |
Definition at line 3454 of file CodeGenFunction.h.
|
inlinestatic |
Definition at line 3457 of file CodeGenFunction.h.
References clang::CodeGen::Address::getAlignment(), and clang::CharUnits::isZero().
|
inline |
Definition at line 3463 of file CodeGenFunction.h.
References Addr, clang::CodeGen::Address::getBasePointer(), clang::CodeGen::Address::hasOffset(), isIndirect(), and Value.
|
inline |
Definition at line 3470 of file CodeGenFunction.h.
References isIndirect(), and Value.
|
inline |
Definition at line 3475 of file CodeGenFunction.h.
References Addr, and isIndirect().
|
inline |
Definition at line 3462 of file CodeGenFunction.h.
Referenced by getAnyValue(), getDirectValue(), and getIndirectAddress().
Address clang::CodeGen::CodeGenFunction::ParamValue::Addr |
Definition at line 3444 of file CodeGenFunction.h.
Referenced by getAnyValue(), and getIndirectAddress().
llvm::Value* clang::CodeGen::CodeGenFunction::ParamValue::Value |
Definition at line 3445 of file CodeGenFunction.h.
Referenced by getAnyValue(), and getDirectValue().