clang 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCall.h"
Public Attributes | |
LValue | Source |
The original argument. | |
Address | Temporary |
The temporary alloca. | |
llvm::Value * | ToUse |
A value to "use" after the writeback, or null. | |
LValue clang::CodeGen::CallArgList::Writeback::Source |
The original argument.
Note that the argument l-value is potentially null.
Definition at line 281 of file CGCall.h.
Referenced by emitWriteback().
Address clang::CodeGen::CallArgList::Writeback::Temporary |
llvm::Value* clang::CodeGen::CallArgList::Writeback::ToUse |
A value to "use" after the writeback, or null.
Definition at line 287 of file CGCall.h.
Referenced by emitWriteback().